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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Stop lowering integer division to multiply and reciprocal.
Kenneth Graunke
2011-10-02
1
-1
/
+0
*
i965: Reverse the operands for INT DIV prior to Gen6.
Kenneth Graunke
2011-10-02
2
-4
/
+30
*
i965/vs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
3
-4
/
+24
*
i965/fs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
7
-4
/
+32
*
i965: Set the signed/unsigned type bit in Gen4/5 math messages.
Kenneth Graunke
2011-10-02
1
-1
/
+1
*
i965: Fix message and response length calculations for INT DIV.
Kenneth Graunke
2011-10-02
1
-10
/
+28
*
i965: Fix assertions about register types for INT DIV in brw_math.
Kenneth Graunke
2011-10-02
1
-4
/
+11
*
ir_to_mesa: Don't assertion fail on integer modulus.
Kenneth Graunke
2011-10-02
1
-1
/
+4
*
r300/compiler: Fix error in OMOD optimization
Tom Stellard
2011-10-02
1
-0
/
+16
*
r300/compiler: Rewrite source swizzles when using OMOD
Tom Stellard
2011-10-02
1
-1
/
+6
*
r300/compiler: Fix rc_normal_rewrite_writemask()
Tom Stellard
2011-10-02
1
-5
/
+4
*
r300/compiler: Use consistent src swizzles for transcendent instructions
Tom Stellard
2011-10-02
5
-6
/
+33
*
mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.
Eric Anholt
2011-10-01
3
-5
/
+25
*
mesa: Add missing glGetIntegerv() support for ARB_color_buffer_float tokens.
Eric Anholt
2011-10-01
1
-0
/
+6
*
Revert "vbo: Don't discount stride == 0 for testing all varyings in VBOs."
Eric Anholt
2011-10-01
1
-1
/
+2
*
i965: Make sure to upload the data for a collection of Stride == 0 arrays.
Eric Anholt
2011-10-01
1
-1
/
+18
*
mesa: Delay s_texcombine.c memory allocation until it's used.
Eric Anholt
2011-10-01
2
-11
/
+20
*
tnl: Delay results allocation until we actually need them.
Eric Anholt
2011-10-01
1
-7
/
+5
*
i965/vs: Fix swizzle related assertion
Ian Romanick
2011-10-01
1
-1
/
+2
*
mesa: number of combiner terms to pop depends on GL_NV_texture_env_combine4
Brian Paul
2011-10-01
1
-1
/
+2
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
73
-274
/
+274
*
r600: include version.h for _mesa_override_glsl_version() prototype
Brian Paul
2011-10-01
1
-0
/
+1
*
mesa: use !! to simplify some _mesa_set_enable() calls in attrib.c
Brian Paul
2011-10-01
1
-43
/
+25
*
mesa: use loop in pop_texture_group() to restore 4 combiner terms
Brian Paul
2011-10-01
1
-24
/
+13
*
mesa: Refactor hash_table_{find,remove} to share some code
Ian Romanick
2011-09-30
1
-16
/
+16
*
mesa: Document an odd side-effect of hash_table_insert
Ian Romanick
2011-09-30
1
-0
/
+5
*
mesa: Remove unused field gl_program::Varying
Ian Romanick
2011-09-30
4
-12
/
+0
*
mesa: Use Add linker_error instead of fail_link
Ian Romanick
2011-09-30
1
-14
/
+3
*
r600g: fix a compiler warning
Marek Olšák
2011-09-30
1
-0
/
+1
*
gallium/docs: update the documentation of capabilities
Marek Olšák
2011-09-30
1
-73
/
+84
*
r600g: move all files from winsys/r600 into drivers/r600
Marek Olšák
2011-09-30
19
-91
/
+11
*
winsys/radeon: move GEM domains out of the drivers into winsys
Marek Olšák
2011-09-30
15
-111
/
+82
*
winsys/radeon: remove a redundant parameter 'size' from buffer_from_handle
Marek Olšák
2011-09-30
4
-10
/
+5
*
r600g: remove struct radeon (or what's left of it)
Marek Olšák
2011-09-30
8
-96
/
+18
*
r600g: move family and chip_class from struct radeon to r600_screen
Marek Olšák
2011-09-30
8
-70
/
+57
*
r600g: merge r600_bo with r600_resource
Marek Olšák
2011-09-30
18
-382
/
+243
*
gallium: add PIPE_CAP_TEXTURE_BARRIER
Marek Olšák
2011-09-30
6
-2
/
+7
*
gallium: add PIPE_CAP_CONDITIONAL_RENDER
Marek Olšák
2011-09-30
8
-3
/
+10
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
15
-56
/
+64
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
11
-17
/
+0
*
i915: out-of-bounds write in calc_live_regs()
Chris Wilson
2011-09-30
1
-4
/
+4
*
i965: Assign instead of compare inside assert
Chris Wilson
2011-09-30
1
-1
/
+1
*
i965/gen6: Fix assign instead of compare in assert
Chris Wilson
2011-09-30
1
-1
/
+1
*
glcpp: Add a test for #elif with an undefined macro.
Carl Worth
2011-09-30
2
-0
/
+8
*
glcpp: Raise error if defining any macro containing two consecutive underscores
Carl Worth
2011-09-30
3
-3
/
+7
*
glcpp: Implement token pasting for non-function-like macros
Carl Worth
2011-09-30
1
-36
/
+47
*
glcpp: Test a non-function-like macro using the token paste operator
Carl Worth
2011-09-30
2
-0
/
+7
*
glcpp: Fix two (or more) successive applications of token pasting
Carl Worth
2011-09-30
1
-2
/
+0
*
glcpp: Add a test for a macro that implements token pasting twice.
Carl Worth
2011-09-30
2
-0
/
+7
*
mesa: Remove unused tnl items from dd_functions
Chad Versace
2011-09-30
2
-21
/
+0
[next]