index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
swrast
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
1
-0
/
+2
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
1
-0
/
+35
*
swrast: fix readback regression since inversion fix
Dave Airlie
2013-12-10
1
-1
/
+1
*
mesa/swrast: fix inverted front buffer rendering with old-school swrast
Dave Airlie
2013-11-21
1
-2
/
+2
*
swrast: add missing notify_reset parameter to dri_create_context()
Brian Paul
2013-11-08
1
-0
/
+1
*
swrast: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
2013-10-24
3
-25
/
+18
*
swrast: add correct include for out-of-tree builds
Emil Velikov
2013-10-15
1
-0
/
+1
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
1
-16
/
+4
*
dri: Merge drisw_util.c into dri_util.c
Eric Anholt
2013-10-10
1
-1
/
+2
*
mesa/drivers: drop HAVE_*_DRI from individual makefiles
Emil Velikov
2013-10-01
1
-3
/
+0
*
mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.
Eric Anholt
2013-09-23
1
-1
/
+2
*
swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions
Ian Romanick
2013-06-28
1
-56
/
+0
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
1
-1
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
build: remove unused API_DEFINES
Andreas Boll
2013-05-01
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
2
-6
/
+8
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
2
-2
/
+2
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
2
-2
/
+2
*
swrast: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
1
-1
/
+1
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-3
/
+0
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-1
/
+0
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
1
-0
/
+8
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
1
-2
/
+2
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-2
/
+2
*
swrast: swrastFillInModes doesn't do 8-bit modes, so don't try
Ian Romanick
2012-11-09
1
-3
/
+1
*
mesa: remove IBM_multimode_draw_arrays extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: remove EXT_compiled_vertex_array extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: remove ARB_window_pos extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: remove ARB_transpose_matrix extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
dri: Convert driCreateConfigs to use a gl_format enum
Ian Romanick
2012-10-29
1
-9
/
+5
*
swrast: Remove the 2_3_3_REV framebuffer format
Ian Romanick
2012-10-29
1
-4
/
+0
*
swrast: Remove support for GL_NV_vertex_program.
Eric Anholt
2012-10-15
1
-1
/
+0
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
1
-1
/
+1
*
build: Set visibility CFLAGS in dri/swrast
Matt Turner
2012-10-01
1
-1
/
+2
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-2
/
+2
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
1
-1
/
+1
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
1
-1
/
+2
*
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
2012-08-13
1
-5
/
+14
*
swrast: add missing switch case for API_OPENGL_CORE
Brian Paul
2012-08-08
1
-0
/
+2
*
make: Fold ASM_CFLAGS into DEFINES.
Eric Anholt
2012-06-21
1
-1
/
+0
*
Add Makefile.in to toplevel .gitignore
Kenneth Graunke
2012-03-20
1
-1
/
+0
*
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2012-03-20
1
-3
/
+0
*
dri/swrast: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-1
/
+1
*
dri: don't link with DRICORE_LIB_DEPS
Matt Turner
2012-01-28
1
-2
/
+1
*
dri/swrast: remove obsolete swrast_span.c file from source list
Brian Paul
2012-01-24
1
-2
/
+1
*
dri/swrast: use swrast_renderbuffer type
Brian Paul
2012-01-24
2
-35
/
+41
*
dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbuffer
Brian Paul
2012-01-24
2
-14
/
+14
*
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
2012-01-24
1
-13
/
+13
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-4
/
+0
[prev]
[next]