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
...
*
i965/vs: Implement vec4_visitor::generate_tex().
Kenneth Graunke
2011-12-19
2
-0
/
+110
*
i965: Add missing SIMD4x2 sample_l_c message #defines.
Kenneth Graunke
2011-12-19
1
-0
/
+1
*
i965: Don't minify depth when setting up cube map miptrees on Gen4.
Kenneth Graunke
2011-12-19
1
-1
/
+2
*
glx: Remove GLX_USE_APPLEGL cruft in extension string handling
Ian Romanick
2011-12-19
1
-36
/
+2
*
glx: GLX 1.4 does not require GLX_INTEL_swap_event
Ian Romanick
2011-12-19
1
-1
/
+1
*
glx: Remove some extensions that are not, and never will be, supported
Ian Romanick
2011-12-19
2
-20
/
+0
*
glx: Explicitly reject servers that only support GLX 1.0
Ian Romanick
2011-12-19
1
-4
/
+6
*
glx: Initialize share_xid in CreateContext
Ian Romanick
2011-12-19
1
-0
/
+1
*
glx: Make parameter types for __glXSendError match protocol types
Ian Romanick
2011-12-19
2
-4
/
+6
*
glx: Make __glXSendError available in non-Apple builds
Ian Romanick
2011-12-19
4
-1
/
+2
*
glx: Send DestroyContext protocol at the correct times
Ian Romanick
2011-12-19
6
-26
/
+31
*
glx: Don't segfault if glXGetContextIDEXT is pased a NULL context
Ian Romanick
2011-12-19
1
-1
/
+1
*
glx: Fix handling of property list received from the server in glXImportConte...
Ian Romanick
2011-12-19
1
-13
/
+32
*
glx: Don't segfault if xcb_glx_is_direct_reply returns NULL
Ian Romanick
2011-12-19
1
-1
/
+1
*
glx: Don't create a shared context if the other context isn't the same kind
Ian Romanick
2011-12-19
3
-0
/
+21
*
i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.
Eric Anholt
2011-12-19
4
-1
/
+20
*
i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
2011-12-19
3
-15
/
+20
*
i965: Use the miptree format for texture surface format choice.
Eric Anholt
2011-12-19
2
-2
/
+2
*
i965: Add support for mapping Z32_FLOAT_X24S8 fake packed depth/stencil.
Eric Anholt
2011-12-19
1
-5
/
+17
*
intel: Stop creating the wrapped depth irb.
Eric Anholt
2011-12-19
2
-111
/
+8
*
i965: Properly demote the depth mt format for fake packed depth/stencil.
Eric Anholt
2011-12-19
4
-3
/
+19
*
intel: Reuse intel_miptree_match_image().
Eric Anholt
2011-12-19
1
-9
/
+6
*
intel: Stop creating the wrapped stencil irb.
Eric Anholt
2011-12-19
5
-78
/
+67
*
tgsi: update documents with some info on texture lookup
Dave Airlie
2011-12-19
1
-0
/
+11
*
softpipe: fix shadow1d tests.
Dave Airlie
2011-12-19
1
-1
/
+13
*
softpipe: fix shadow 2d texture array sampling
Dave Airlie
2011-12-19
2
-6
/
+22
*
gallium/draw: fix two side handling
Dave Airlie
2011-12-19
1
-18
/
+9
*
osmesa: fix RGB565 rendering
Alex Galakhov
2011-12-19
1
-0
/
+4
*
vdpau: Add background surface support
Maarten Lankhorst
2011-12-19
1
-1
/
+10
*
vdpau: Add support for mixer attributes
Maarten Lankhorst
2011-12-19
3
-15
/
+147
*
vdpau: Add support for parameters
Maarten Lankhorst
2011-12-19
3
-6
/
+126
*
softpipe: fix depth sampling for linear vs nearest.
Dave Airlie
2011-12-19
1
-7
/
+16
*
softpipe: fix texture sampling from 1D texture array
Dave Airlie
2011-12-19
1
-0
/
+13
*
mesa: make _mesa_set_tex_image() static since it's not called anywhere else
Brian Paul
2011-12-18
2
-13
/
+7
*
nvc0: add NVC0_RESOURCE_FLAG_VIDEO
Christoph Bumiller
2011-12-18
2
-0
/
+30
*
glsl_to_tgsi: make sure copied instructions don't lose texture target. (v2)
Dave Airlie
2011-12-18
1
-2
/
+6
*
i965/vs: Add a new dst_reg constructor for file, number, type, and mask.
Kenneth Graunke
2011-12-18
1
-0
/
+10
*
i965/vs: Add vec4_instruction::is_tex() query.
Kenneth Graunke
2011-12-18
2
-0
/
+11
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
5
-46
/
+48
*
i965/fs: Don't swizzle the results of textureSize().
Kenneth Graunke
2011-12-18
1
-0
/
+3
*
program: fix previous commit
nobled
2011-12-18
1
-1
/
+1
*
program: fix out of bounds array accesses and other bad things
nobled
2011-12-18
1
-15
/
+59
*
gen_matypes: eliminate printf warnings
nobled
2011-12-18
1
-1
/
+6
*
r600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limit
Marek Olšák
2011-12-17
1
-2
/
+1
*
mesa/x86: fix printf warning
Marek Olšák
2011-12-17
1
-1
/
+1
*
drisw: remove unused variable
Marek Olšák
2011-12-17
1
-1
/
+2
*
r600g: handle new caps
Marek Olšák
2011-12-17
1
-0
/
+2
*
r300g: handle new caps
Marek Olšák
2011-12-17
1
-0
/
+4
*
docs: update GL3 status
Marek Olšák
2011-12-17
1
-2
/
+2
*
r600g: implement transform feedback
Marek Olšák
2011-12-17
18
-13
/
+873
[prev]
[next]