aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dri/swrast: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-1/+1
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-281-2/+1
* dri/swrast: remove obsolete swrast_span.c file from source listBrian Paul2012-01-241-2/+1
* dri/swrast: use swrast_renderbuffer typeBrian Paul2012-01-242-35/+41
* dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbufferBrian Paul2012-01-242-14/+14
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-241-13/+13
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-4/+0