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
/
swrast.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
1
-5
/
+1
*
swrast: silence driContextSetFlags() parameter type warning
Brian Paul
2013-12-17
1
-1
/
+1
*
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
1
-3
/
+16
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
1
-16
/
+4
*
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: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
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
*
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
*
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
*
dri/swrast: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-1
/
+1
*
dri/swrast: use swrast_renderbuffer type
Brian Paul
2012-01-24
1
-34
/
+39
*
dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbuffer
Brian Paul
2012-01-24
1
-10
/
+10
*
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
*
mesa: remove gl_renderbuffer:RowStride field
Brian Paul
2012-01-24
1
-2
/
+1
*
dri/swrast: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-24
1
-2
/
+0
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-24
1
-1
/
+1
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-1
/
+1
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
1
-2
/
+22
*
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2011-12-08
1
-7
/
+8
*
swrast: Fix signed/unsigned problems with negative strides.
Mathias Fröhlich
2011-12-01
1
-2
/
+2
*
Add MapRenderbuffer implementations for software drivers.
Eric Anholt
2011-11-01
1
-4
/
+80
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-1
/
+4
*
mesa: Remove ARB_draw_buffers extension enable flag
Ian Romanick
2011-10-04
1
-1
/
+0
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
[next]