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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
8
-18
/
+2
*
mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast
Brian Paul
2011-09-22
7
-25
/
+30
*
mesa: move gl_texture_image::_IsPowerOfTwo into swrast
Brian Paul
2011-09-22
6
-19
/
+32
*
st/mesa: Finalize texture on render-to-texture.
Michel Dänzer
2011-09-22
1
-3
/
+6
*
st/mesa: Convert size assertions to conditionals in st_texture_image_copy.
Brian Paul
2011-09-22
1
-3
/
+9
*
meta: Don't hang on to program refcounts after metaops are done.
Eric Anholt
2011-09-21
1
-0
/
+5
*
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: Add a context flag indicating whether two-sided lighting should happen.
Eric Anholt
2011-09-21
2
-1
/
+19
*
mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode()
Brian Paul
2011-09-21
4
-7
/
+41
*
tnl: include swrast/s_chan.h to fix sse build
Brian Paul
2011-09-21
1
-0
/
+1
*
swrast: s/GLubyte/GLchan/ in a cast
Brian Paul
2011-09-20
1
-1
/
+1
*
meta: use _mesa_set_enable() in more places
Brian Paul
2011-09-20
1
-5
/
+5
*
meta: use _mesa_set_enable(), fix decompress_texture_image()
Brian Paul
2011-09-20
1
-1
/
+4
*
st/mesa: specify source mipmap level in decompress_with_blit()
Brian Paul
2011-09-20
1
-0
/
+3
*
meta: fix broken sRGB mipmap generation
Brian Paul
2011-09-20
1
-0
/
+28
*
mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros
Brian Paul
2011-09-20
1
-2
/
+2
*
mesa: move last bits of GLchan stuff into swrast
Brian Paul
2011-09-20
10
-102
/
+127
*
mesa: remove CHAN_TYPE cruft from debug.c
Brian Paul
2011-09-20
1
-4
/
+0
*
mesa: remove unused interp/stride chan macros
Brian Paul
2011-09-20
1
-27
/
+0
*
mesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macro
Brian Paul
2011-09-20
1
-16
/
+0
*
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
*
mesa: remove unused <type>_TO_CHAN() macros
Brian Paul
2011-09-20
1
-40
/
+0
*
mesa: convert _mesa_unpack_color_span_chan() to ubyte
Brian Paul
2011-09-20
3
-55
/
+53
*
mesa: replace GLchan with GLubyte in texcompress_s3tc.c
Brian Paul
2011-09-20
1
-59
/
+57
*
mesa/gallium: remove GLchan from latc, rgtc code
Brian Paul
2011-09-20
2
-15
/
+15
*
mesa: remove GLchan in texcompress_fxt1.c
Brian Paul
2011-09-20
1
-74
/
+53
*
mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()
Brian Paul
2011-09-20
5
-123
/
+123
*
mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c
Brian Paul
2011-09-20
3
-43
/
+38
*
mesa: s/GLchan/GLubyte/ in mipmap generation code
Brian Paul
2011-09-20
1
-3
/
+3
*
mesa: Don't expose compressed paletted formats via GL_{NUM_,}COMPRESSED_TEXTU...
Ian Romanick
2011-09-20
1
-15
/
+17
*
Increase MAX_CLIP_PLANES to 8
Paul Berry
2011-09-20
1
-2
/
+5
*
Hardcode the default value of ctx->Const.MaxClipPlanes to 6.
Paul Berry
2011-09-20
1
-1
/
+1
*
i965: Remove bogus assertion on MAX_CLIP_PLANES.
Paul Berry
2011-09-20
1
-1
/
+0
*
mesa: Update clipping code to use ctx->Const.MaxClipPlanes.
Paul Berry
2011-09-20
2
-3
/
+3
*
glsl_to_tgsi: implement ir_binop_all_equal and ir_binop_any_nequal for native...
Bryan Cain
2011-09-20
1
-34
/
+85
*
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
[prev]
[next]