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
path:
root
/
src
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Allow clip distances to be read back in fragment shaders.
Paul Berry
2011-09-23
2
-6
/
+2
*
i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.
Paul Berry
2011-09-23
4
-27
/
+32
*
i965: Don't upload clip planes when gl_ClipDistance is in use.
Paul Berry
2011-09-23
4
-7
/
+12
*
i965: Enable lower_clip_distance.
Paul Berry
2011-09-23
1
-0
/
+1
*
intel: fix the wrong code to detect null texture.
Yuanhan Liu
2011-09-23
1
-1
/
+1
*
i965: fix the constant interp bitmask for flat mode
Yuanhan Liu
2011-09-23
2
-12
/
+26
*
intel: Unindent the blit call in PBO blit uploads.
Eric Anholt
2011-09-22
1
-17
/
+12
*
intel: Drop gratuitous flush in PBO blit upload.
Eric Anholt
2011-09-22
1
-3
/
+0
*
intel: Clean up check_pbo_format to ignore internalFormat.
Eric Anholt
2011-09-22
1
-25
/
+13
*
intel: Move more of the PBO blit upload logic into that function.
Eric Anholt
2011-09-22
1
-26
/
+33
*
intel: Remove stale comment about non-intel gl_buffer_objects.
Eric Anholt
2011-09-22
1
-8
/
+1
*
intel: Remove the pbo zero-copy code.
Eric Anholt
2011-09-22
5
-247
/
+0
*
intel: Remove extra FreeTextureImageBuffer() from glTexImage*.
Eric Anholt
2011-09-22
1
-1
/
+0
*
i965: Add support for GL_EXT_packed_float.
Eric Anholt
2011-09-22
3
-0
/
+5
*
i965: Add support for GL_EXT_texture_shared_exponent.
Eric Anholt
2011-09-22
3
-0
/
+5
*
mesa: remove support for GL_APPLE_client_storage extension
Brian Paul
2011-09-22
1
-1
/
+0
*
i965/vs: Return a dummy value when visiting ir_texture.
Eric Anholt
2011-09-21
1
-0
/
+1
*
i965/gen6+: When only BFC is written, use BFC as the color.
Eric Anholt
2011-09-21
1
-0
/
+9
*
i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders.
Eric Anholt
2011-09-21
3
-9
/
+8
*
mesa: move last bits of GLchan stuff into swrast
Brian Paul
2011-09-20
1
-1
/
+1
*
radeon: use _mesa_unclamped_float_rgba_to_ubyte()
Brian Paul
2011-09-20
2
-3
/
+3
*
r200: use _mesa_unclamped_float_rgba_to_ubyte()
Brian Paul
2011-09-20
2
-3
/
+3
*
i965: Remove bogus assertion on MAX_CLIP_PLANES.
Paul Berry
2011-09-20
1
-1
/
+0
*
i965/vs: Add support for compute-to-MRF.
Eric Anholt
2011-09-20
3
-0
/
+179
*
i965/vs: Do VUE writes using the MRF file instead of hardware register.
Eric Anholt
2011-09-20
1
-4
/
+6
*
i965/vs: Handle destinations in the MRF file.
Eric Anholt
2011-09-20
1
-0
/
+6
*
i965/vs: Add a function for how many MRFs get written as part of a SEND.
Eric Anholt
2011-09-20
2
-0
/
+39
*
i965/vs: Remove dead fields of src_reg.
Eric Anholt
2011-09-20
1
-2
/
+0
*
i965/vs: Add support for simple algebraic optimizations.
Eric Anholt
2011-09-20
3
-0
/
+96
*
i965: Fix polygon stipple offset state flagging.
Eric Anholt
2011-09-20
1
-4
/
+6
*
i965: Add missing _NEW_POLYGON flag to polygon stipple upload.
Eric Anholt
2011-09-20
1
-1
/
+3
*
i965: Fix compiler warnings.
Eric Anholt
2011-09-20
1
-6
/
+4
*
i965/fs: Implement texelFetch() on Gen4.
Kenneth Graunke
2011-09-19
2
-4
/
+18
*
i965/fs: Implement texelFetch() on Ivybridge.
Kenneth Graunke
2011-09-19
1
-4
/
+21
*
i965/fs: Implement texelFetch() on Ironlake and Sandybridge.
Kenneth Graunke
2011-09-19
5
-2
/
+17
*
mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...
Ian Romanick
2011-09-19
5
-11
/
+11
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
4
-4
/
+4
*
i965 new VS: Fix copy propagation of double negatives.
Paul Berry
2011-09-19
1
-1
/
+1
*
radeon: make radeon_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
5
-32
/
+43
*
intel: make intel_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
8
-93
/
+101
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
2
-0
/
+16
*
mesa: move software texel fetch code into swrast
Brian Paul
2011-09-17
1
-1
/
+1
*
Change strerror(ret) to strerror(-ret).
Eugeni Dodonov
2011-09-15
1
-1
/
+1
*
DRI: Log something if we don't support legacy DRI
Andrew Deason
2011-09-14
1
-1
/
+3
*
mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.
Dave Airlie
2011-09-14
4
-17
/
+6
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
6
-17
/
+29
*
dri: Remove all extension enabling utility functions
Ian Romanick
2011-09-09
4
-148
/
+0
*
swrast-dri: Remove call to driInitExtensions
Ian Romanick
2011-09-09
1
-2
/
+0
*
radeon: Enable extensions by just setting the flags
Ian Romanick
2011-09-09
1
-59
/
+39
*
r600: Enable extensions by just setting the flags
Ian Romanick
2011-09-09
1
-105
/
+61
[next]