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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove obsolete Windows gldirect and ICD drivers
Ian Romanick
2011-08-26
59
-35834
/
+0
*
mesa: Remove obsolete linux-fbdev software driver
Ian Romanick
2011-08-26
2
-864
/
+0
*
i965: Factor our source lists into Makefile.sources
Chad Versace
2011-08-26
2
-127
/
+136
*
i965: Remove all bits of NRM3 and NRM4 code
Ian Romanick
2011-08-25
1
-31
/
+0
*
Merge branch 'kasanen-post-process-v2'
Brian Paul
2011-08-25
2
-0
/
+90
|
\
|
*
driconf: Add the PP descriptions
Lauri Kasanen
2011-08-19
2
-0
/
+90
*
|
radeon: Fix flushing before writing a teximage's BO when !t->bo.
Eric Anholt
2011-08-24
1
-12
/
+12
*
|
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
9
-51
/
+34
*
|
x11: add missing comma to fix compilation
Brian Paul
2011-08-24
1
-1
/
+1
*
|
i965: Only map the necessary buffer range in brw_prepare_indices
Ian Romanick
2011-08-23
1
-3
/
+2
*
|
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
9
-133
/
+50
*
|
radeon: Hack up an implementation of MapBufferRange
Ian Romanick
2011-08-23
1
-0
/
+33
*
|
mesa: Fix incorrect access parameter passed to MapBuffer
Ian Romanick
2011-08-23
1
-3
/
+1
*
|
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
1
-1
/
+1
*
|
intel: Correctly check for read-only mappings in intel_bufferobj_map_range
Ian Romanick
2011-08-23
1
-1
/
+3
*
|
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
2
-3
/
+2
*
|
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
3
-3
/
+1
*
|
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
3
-3
/
+1
*
|
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
9
-25
/
+18
*
|
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
9
-29
/
+23
*
|
i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a
Eric Anholt
2011-08-23
1
-1
/
+1
*
|
i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.
Eric Anholt
2011-08-23
4
-2
/
+19
*
|
i965: Implement textureSize (TXS) on Gen4.
Kenneth Graunke
2011-08-23
3
-6
/
+23
*
|
i965/fs: Implement textureSize (TXS) on Gen5+.
Kenneth Graunke
2011-08-23
5
-8
/
+30
*
|
i965/fs: Rudimentary support for non-floating point texture results.
Kenneth Graunke
2011-08-23
1
-1
/
+1
*
|
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
1
-1
/
+5
*
|
intel: Abort when DRI2 separate stencil handshake fails
Chad Versace
2011-08-22
1
-0
/
+7
*
|
i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.
Kenneth Graunke
2011-08-20
1
-0
/
+3
*
|
i965/fs: Don't double-convert integer/boolean uniforms.
Kenneth Graunke
2011-08-19
1
-16
/
+20
*
|
i965/fs: Change incorrect use of 'struct fs_reg' to simply 'fs_reg'.
Kenneth Graunke
2011-08-19
1
-1
/
+1
*
|
i965/vs: Implement proper register allocation instead of 1:1 mapping.
Eric Anholt
2011-08-19
2
-1
/
+155
*
|
i965/vs: Add simple dead code elimination.
Eric Anholt
2011-08-19
3
-0
/
+38
*
|
i965/vs: Copy the live intervals calculation over from the FS.
Eric Anholt
2011-08-19
4
-0
/
+139
*
|
i965/vs: Remove stale comment about compressed instructions.
Eric Anholt
2011-08-19
1
-1
/
+0
|
/
*
meta: use fallback mipmap generation for 1D/2D texture arrays
Brian Paul
2011-08-19
1
-2
/
+5
*
mesa: Declare _mesa_meta_begin()/end() as public
Chad Versace
2011-08-19
2
-142
/
+147
*
i965/fs: Fix 32-bit integer multiplication.
Eric Anholt
2011-08-17
2
-1
/
+22
*
xmlpool.h: fix a typo
Lauri Kasanen
2011-08-17
1
-1
/
+1
*
xmlconfig: Make the error message more informative
Lauri Kasanen
2011-08-17
1
-1
/
+1
*
i965/vs: Fix multiplies to actually do 32-bit multiplies.
Eric Anholt
2011-08-16
2
-1
/
+22
*
i965/vs: Add support for conversion of FIXED_HW_REG src_reg to/from dst_reg.
Eric Anholt
2011-08-16
1
-0
/
+2
*
i965/vs: Fix memory leak of ralloc context for the visitor.
Eric Anholt
2011-08-16
1
-0
/
+1
*
i965/vs: Fix condition code for scalar expression all_equals.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965/vs: Don't assertion fail on vertex texturing.
Eric Anholt
2011-08-16
1
-1
/
+6
*
i965/gen6: Force WHILE exec size to 8.
Eric Anholt
2011-08-16
1
-4
/
+2
*
i965/vs: Remove remaining use of foreach_iter.
Eric Anholt
2011-08-16
2
-9
/
+5
*
i965/vs: Fix abs/negate handling on attributes.
Eric Anholt
2011-08-16
1
-2
/
+9
*
i965/vs: Avoid generating a MOV for most ir_assignment handling.
Eric Anholt
2011-08-16
2
-0
/
+73
*
i965/vs: Run the shader backend at link time and return compile failures.
Eric Anholt
2011-08-16
6
-20
/
+54
*
i965: Fix assertion failure on a loop consisting of while (true) { break }.
Eric Anholt
2011-08-16
1
-1
/
+1
[next]