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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Switch to the new VS backend by default.
Eric Anholt
2011-09-08
1
-1
/
+1
*
i965/vs: Add support for overflowing the number of available push constants.
Eric Anholt
2011-09-08
3
-0
/
+87
*
i965/vs: Pack uniform registers before optimization
Eric Anholt
2011-09-08
1
-1
/
+1
*
i965/vs: When failing due to lack of spilling, don't continue on.
Eric Anholt
2011-09-08
1
-0
/
+1
*
i965/vs: Fix variable indexed array access with more than one array.
Eric Anholt
2011-09-08
1
-1
/
+1
*
i965/vs: Add annotation to more of the URB write.
Eric Anholt
2011-09-08
2
-1
/
+5
*
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
4
-0
/
+27
*
mesa: remove unneeded #include of texfetch.h
Brian Paul
2011-09-08
1
-1
/
+0
*
mesa: use _mesa_unpack_float_z_row in get_tex_depth()
Brian Paul
2011-09-08
1
-5
/
+7
*
mesa: use ctx->Driver.GetTexImage() to decompress base texture image
Brian Paul
2011-09-08
1
-42
/
+43
*
mesa: handle compressed images in get_tex_rgba()
Brian Paul
2011-09-08
1
-58
/
+106
*
mesa: new _mesa_decompress_image() function
Brian Paul
2011-09-08
2
-0
/
+91
*
mesa: added _mesa_get_uncompressed_format(), _mesa_format_num_components()
Brian Paul
2011-09-08
2
-0
/
+71
*
mesa: add new pixel format unpacking code
Brian Paul
2011-09-08
4
-0
/
+1545
*
meta: added _mesa_meta_GetTexImage()
Brian Paul
2011-09-08
3
-1
/
+232
*
meta: move texcoord setup into setup_texture_coords()
Brian Paul
2011-09-08
1
-92
/
+176
*
gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)
Adam Jackson
2011-09-08
1
-1
/
+2
*
Define INLINE macro in terms of inline.
José Fonseca
2011-09-08
1
-15
/
+16
*
st/mesa: Remove unused renderbuffer fields and functions.
Stéphane Marchesin
2011-09-07
2
-28
/
+1
*
i965/fs: Implement ir_u2f opcode.
Kenneth Graunke
2011-09-07
1
-1
/
+1
*
i965: Fix disassembly for intdiv/intmod math functions.
Kenneth Graunke
2011-09-07
1
-2
/
+2
*
i965: Use proper texture alignment units for cubemaps on Gen5+.
Kenneth Graunke
2011-09-07
1
-1
/
+4
*
varray.c: fix logic around BGRA with ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
2011-09-07
1
-4
/
+11
*
mesa/vbo: s/inline/INLINE/
Vinson Lee
2011-09-06
1
-6
/
+6
*
i965/vs: Fix point size handling on gen4.
Eric Anholt
2011-09-06
1
-4
/
+5
*
i965/vs: Use write commits on scratch writes in pre-gen6.
Eric Anholt
2011-09-06
1
-2
/
+22
*
i965/vs: Fix setup of scratch space pointer on pre-gen6.
Eric Anholt
2011-09-06
1
-0
/
+10
*
i965/vs: Fix message setup for array read/writes on pre-gen6.
Eric Anholt
2011-09-06
1
-18
/
+14
*
i965/vs: Fix constant-indexed array read/write addresses on pre-gen6.
Eric Anholt
2011-09-06
1
-1
/
+1
*
i965/vs: Add support for vector comparison ops resulting in bool cond codes.
Eric Anholt
2011-09-06
2
-21
/
+33
*
i965/vs: Make pre-gen6 math operate in vector mode instead of scalar.
Eric Anholt
2011-09-06
1
-1
/
+1
*
i965/vs: Fix copy-and-paste disaster in pre-gen6 POW support.
Eric Anholt
2011-09-06
1
-5
/
+0
*
i965/vs: Fix gen4 comparisons used for predication.
Eric Anholt
2011-09-06
1
-1
/
+4
*
i965/vs: Fix GPU hangs in shaders with large virtual GRFs pre-gen6.
Eric Anholt
2011-09-06
1
-1
/
+2
*
i965: add casts to silence int/enum conversion warnings
Brian Paul
2011-09-06
1
-2
/
+2
*
st/mesa: remove unneeded #include
Brian Paul
2011-09-06
1
-1
/
+0
*
mesa: whitespace fixes, just to be consistent
Brian Paul
2011-09-06
1
-2
/
+7
*
mesa: put _mesa_ prefix on vert_result_to_frag_attrib()
Brian Paul
2011-09-06
5
-9
/
+9
*
mesa: fix vert_result_to_frag_attrib() parameter type
Brian Paul
2011-09-06
1
-2
/
+2
*
mesa: s/inline/INLINE/ to fix MSVC build
Brian Paul
2011-09-06
1
-2
/
+2
*
Drop some Glide remnants
Adam Jackson
2011-09-06
5
-407
/
+0
*
Remove an AmiWin leftover
Adam Jackson
2011-09-06
1
-6
/
+0
*
mesa: Remove support for unpacking from client memory to color-index pixels
Ian Romanick
2011-09-06
1
-40
/
+12
*
swrast: Use GL_STENCIL_INDEX for address calculations
Ian Romanick
2011-09-06
1
-1
/
+1
*
mesa: Remove GL_COLOR_INDEX from _mesa_{dest,source}_buffer_exists
Ian Romanick
2011-09-06
1
-2
/
+0
*
mesa: Remove GL_COLOR_INDEX from base format assertions
Ian Romanick
2011-09-06
1
-2
/
+0
*
swrast: Remove GL_COLOR_INDEX from assertions
Ian Romanick
2011-09-06
1
-4
/
+0
*
mesa: Remove unused struct gl_color_table
Ian Romanick
2011-09-06
2
-20
/
+0
*
mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}
Ian Romanick
2011-09-06
2
-270
/
+0
*
mesa: Remove all mention of GL_COLOR_INDEX*_EXT
Ian Romanick
2011-09-06
3
-36
/
+2
[next]