index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: XCB is no longer optional for GLX or DRI
Ian Romanick
2012-01-03
1
-22
/
+6
*
intel: include version.h in intel_screen.c to silence warning
Brian Paul
2012-01-02
1
-0
/
+1
*
dri_util: Fix order of error and data parameters to dri2CreateContextAttribs
Ian Romanick
2012-01-02
1
-1
/
+1
*
r600g: add missing colorswaps for r8 uint/sint.
Dave Airlie
2012-01-02
2
-0
/
+4
*
tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Ian Romanick
2012-01-02
10
-4
/
+1514
*
glx: Don't use 'new' as a function parameter name
Ian Romanick
2012-01-02
1
-1
/
+1
*
glx: Enable GLX_EXT_create_context_es2_profile
Ian Romanick
2012-01-02
5
-0
/
+39
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
13
-34
/
+272
*
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts
Ian Romanick
2012-01-02
1
-1
/
+88
*
glx/dri: Add utility function dri2_convert_glx_attribs
Ian Romanick
2012-01-02
2
-0
/
+108
*
st/mesa: Reject forward-looking contexts
Ian Romanick
2012-01-02
1
-2
/
+6
*
dri_util: Mostly stub implementation of dri2CreateContextAttribs
Ian Romanick
2012-01-02
1
-12
/
+79
*
glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont...
Ian Romanick
2012-01-02
2
-1
/
+5
*
glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
Ian Romanick
2012-01-02
1
-0
/
+3
*
glx: Initial implementation of glXCreateContextAttribsARB
Ian Romanick
2012-01-02
4
-1
/
+121
*
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts
Ian Romanick
2012-01-02
1
-1
/
+91
*
glx: Implement glx_screen_vtable::create_context_attribs for indirect contexts
Ian Romanick
2012-01-02
1
-1
/
+23
*
glx: Add glx_screen_vtable::create_context_attribs
Ian Romanick
2012-01-02
4
-3
/
+14
*
glx: Use __glX_send_client_info with XCB
Ian Romanick
2012-01-02
1
-0
/
+4
*
glx: Add __glX_send_client_info super function
Ian Romanick
2012-01-02
3
-0
/
+160
*
glsl-to-tgsi: handle ir_unop_round_even
Christoph Bumiller
2012-01-02
1
-1
/
+4
*
glsl_to_tgsi: fix handling of CONT and BRK in eliminate_dead_code_advanced()
Bryan Cain
2012-01-02
1
-2
/
+7
*
swrast: Remove dead code in _swrast_clear_depth_buffer()
Paul Berry
2012-01-02
1
-9
/
+0
*
radeon: move declarations before code
Brian Paul
2012-01-02
2
-4
/
+6
*
radeon: add casts to silence warnings
Brian Paul
2012-01-02
1
-2
/
+2
*
radeon: remove unused tex image function prototypes
Brian Paul
2012-01-02
1
-40
/
+0
*
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
Brian Paul
2012-01-02
9
-309
/
+111
*
intel: pass xoffset, yoffset = 0 to _mesa_texstore()
Brian Paul
2012-01-02
1
-3
/
+1
*
i965: Silence gcc warning about uninitialized "inst" in assert() case.
Eric Anholt
2012-01-02
1
-1
/
+1
*
i965: Silence gcc warning from resizing EU store changes.
Eric Anholt
2012-01-02
1
-1
/
+1
*
vl: seperate shader buffers from components
Christian König
2012-01-02
7
-64
/
+38
*
r300g: inline r300_resource_set_properties
Marek Olšák
2012-01-01
1
-16
/
+1
*
r300g: rework resource_copy_region, not changing pipe_resource
Marek Olšák
2012-01-01
9
-119
/
+194
*
u_blitter: expose functions for setting default views and surfaces for copying
Marek Olšák
2012-01-01
2
-18
/
+65
*
st_glsl_to_tgsi: translate interp mode for front/back color
Dave Airlie
2011-12-31
1
-2
/
+2
*
softpipe: reorder LIT to fix fp-lit-src-equals-dst
Dave Airlie
2011-12-31
1
-8
/
+8
*
llvmpipe: fix blending for intensity formats
Dave Airlie
2011-12-31
1
-1
/
+2
*
st/mesa: remove stImage->base.Face/Level assignments in st_TexImage()
Brian Paul
2011-12-30
1
-3
/
+0
*
u_format: fix latc fetches.
Dave Airlie
2011-12-30
1
-1
/
+6
*
u_format/rgtc: fix alpha values in returned texels.
Dave Airlie
2011-12-30
1
-1
/
+10
*
glsl: fix usage of potentially undefined data_end union
Alexander von Gluck
2011-12-30
1
-1
/
+1
*
st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()
Brian Paul
2011-12-30
1
-1
/
+1
*
mesa: simplify Driver.GetCompressedTexImage() parameters
Brian Paul
2011-12-30
3
-14
/
+10
*
mesa: simplify Driver.CompressedTex[Sub]Image function parameters
Brian Paul
2011-12-30
5
-170
/
+98
*
mesa: simplify Driver.TexImage() parameters
Brian Paul
2011-12-30
10
-185
/
+134
*
mesa: simplify Driver.TexSubImage() parameters
Brian Paul
2011-12-30
8
-111
/
+89
*
st/mesa: remove TexSubImage code, use core mesa routines instead.
Brian Paul
2011-12-30
1
-140
/
+3
*
u_format: fix inv_swizzles generation
Dave Airlie
2011-12-30
1
-1
/
+2
*
r600g: Manage fences per screen rather than per context.
Michel Dänzer
2011-12-30
2
-56
/
+65
*
i915g: Allocate tmp for KILP
Stéphane Marchesin
2011-12-30
1
-0
/
+2
[next]