summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast
AgeCommit message (Expand)AuthorFilesLines
2014-02-02swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2()Brian Paul1-3/+1
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-3/+3
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-7/+7
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-3/+3
2014-01-15mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick1-5/+1
2013-12-17swrast: silence driContextSetFlags() parameter type warningBrian Paul1-1/+1
2013-12-13dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg1-0/+2
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-0/+35
2013-12-10swrast: fix readback regression since inversion fixDave Airlie1-1/+1
2013-11-21mesa/swrast: fix inverted front buffer rendering with old-school swrastDave Airlie1-2/+2
2013-11-08swrast: add missing notify_reset parameter to dri_create_context()Brian Paul1-0/+1
2013-10-24swrast: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt3-25/+18
2013-10-15swrast: add correct include for out-of-tree buildsEmil Velikov1-0/+1
2013-10-10dri: Move API version validation into dri/common.Eric Anholt1-16/+4
2013-10-10dri: Merge drisw_util.c into dri_util.cEric Anholt1-1/+2
2013-10-01mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov1-3/+0
2013-09-23mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt1-1/+2
2013-06-28swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick1-56/+0
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt1-1/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-01build: remove unused API_DEFINESAndreas Boll1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2-6/+8
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2-2/+2
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2-2/+2
2013-02-01swrast: Fix memory leak.Vinson Lee1-0/+1
2013-01-21mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt1-1/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2012-12-16drivers: compute version and then initialize exec tableJordan Justen1-0/+8
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-2/+2
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-2/+2
2012-11-09swrast: swrastFillInModes doesn't do 8-bit modes, so don't tryIan Romanick1-3/+1
2012-10-31mesa: remove IBM_multimode_draw_arrays extension enable flagMarek Olšák1-1/+0
2012-10-31mesa: remove EXT_compiled_vertex_array extension enable flagMarek Olšák1-1/+0
2012-10-31mesa: remove ARB_window_pos extension enable flagMarek Olšák1-1/+0
2012-10-31mesa: remove ARB_transpose_matrix extension enable flagMarek Olšák1-1/+0
2012-10-29dri: Convert driCreateConfigs to use a gl_format enumIan Romanick1-9/+5
2012-10-29swrast: Remove the 2_3_3_REV framebuffer formatIan Romanick1-4/+0
2012-10-15swrast: Remove support for GL_NV_vertex_program.Eric Anholt1-1/+0
2012-10-05mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul1-1/+1
2012-10-01build: Set visibility CFLAGS in dri/swrastMatt Turner1-1/+2
2012-09-01mesa: s/FREE/free/Brian Paul1-2/+2
2012-08-31mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul1-1/+1
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-1/+2
2012-08-13dri: Pass API_OPENGL_CORE through to the driversIan Romanick1-5/+14
2012-08-08swrast: add missing switch case for API_OPENGL_COREBrian Paul1-0/+2
2012-06-21make: Fold ASM_CFLAGS into DEFINES.Eric Anholt1-1/+0
2012-03-20Add Makefile.in to toplevel .gitignoreKenneth Graunke1-1/+0
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry1-3/+0
2012-02-24dri/swrast: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1