summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
Commit message (Expand)AuthorAgeFilesLines
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-281-3/+5
* swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2()Brian Paul2014-02-021-3/+1
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-3/+3
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-7/+7
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-3/+3
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-5/+1
* swrast: silence driContextSetFlags() parameter type warningBrian Paul2013-12-171-1/+1
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-131-0/+2
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-0/+35
* swrast: fix readback regression since inversion fixDave Airlie2013-12-101-1/+1
* mesa/swrast: fix inverted front buffer rendering with old-school swrastDave Airlie2013-11-211-2/+2
* swrast: add missing notify_reset parameter to dri_create_context()Brian Paul2013-11-081-0/+1
* swrast: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-243-25/+18
* swrast: add correct include for out-of-tree buildsEmil Velikov2013-10-151-0/+1
* dri: Move API version validation into dri/common.Eric Anholt2013-10-101-16/+4
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-101-1/+2
* mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-011-3/+0
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-231-1/+2
* swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-56/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-232-6/+8
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-232-2/+2
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-232-2/+2
* swrast: Fix memory leak.Vinson Lee2013-02-011-0/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+8
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* swrast: swrastFillInModes doesn't do 8-bit modes, so don't tryIan Romanick2012-11-091-3/+1
* mesa: remove IBM_multimode_draw_arrays extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: remove EXT_compiled_vertex_array extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: remove ARB_window_pos extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: remove ARB_transpose_matrix extension enable flagMarek Olšák2012-10-311-1/+0
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-9/+5
* swrast: Remove the 2_3_3_REV framebuffer formatIan Romanick2012-10-291-4/+0
* swrast: Remove support for GL_NV_vertex_program.Eric Anholt2012-10-151-1/+0
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* build: Set visibility CFLAGS in dri/swrastMatt Turner2012-10-011-1/+2
* mesa: s/FREE/free/Brian Paul2012-09-011-2/+2
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-311-1/+1
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-1/+2
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-131-5/+14
* swrast: add missing switch case for API_OPENGL_COREBrian Paul2012-08-081-0/+2
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-201-1/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-201-3/+0