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
*
r300/compiler: implement SGT+SLE opcodes
Marek Olšák
2010-05-26
1
-0
/
+20
*
r300/compiler: fix dumping r5xx vertex shaders
Marek Olšák
2010-05-26
1
-0
/
+3
*
r300/compiler: move hardware caps to the radeon_compiler base struct
Marek Olšák
2010-05-26
6
-18
/
+19
*
r300/compiler: shorten swizzle expressions
Marek Olšák
2010-05-26
1
-44
/
+65
*
meta: Convert Z value from normalized to object-space in meta code
Brian Paul
2010-05-24
1
-4
/
+19
*
i965: Add support for all 8 possible ARB_draw_buffers in Mesa.
Eric Anholt
2010-05-23
2
-2
/
+1
*
i965: Fix bit allocation for number of color regions for ARB_draw_buffers.
Eric Anholt
2010-05-23
1
-1
/
+1
*
i965: remove disabled code for cycling through MRF registers in clipping.
Eric Anholt
2010-05-20
2
-17
/
+2
*
intel: Throttle after doing copyregion/swapbuffers round trip
Kristian Høgsberg
2010-05-20
4
-35
/
+29
*
r300/compiler: Implement constant folding
Nicolai Hähnle
2010-05-19
1
-1
/
+215
*
r300/compiler: Emit 0.5 swizzle when necessary.
Tom Stellard
2010-05-19
1
-1
/
+3
*
i965: Remove constant or ignored-by-hw args from FF sync message setup.
Eric Anholt
2010-05-18
4
-64
/
+32
*
i965: Revert accidental debug change in 562e2d114ec0cba8
Eric Anholt
2010-05-18
1
-1
/
+1
*
gen6 fix: fix a wrong bit in binding_table_pointer
Zou Nan hai
2010-05-18
1
-1
/
+1
*
i965: Fix point coordinate replacement after airlied's ffvertex changes.
Eric Anholt
2010-05-17
3
-2
/
+24
*
i965: Add SF program disasm under INTEL_DEBUG=sf.
Eric Anholt
2010-05-17
3
-2
/
+11
*
intel: Call intel_draw_buffer() again after _mesa_make_current()
Kristian Høgsberg
2010-05-17
1
-0
/
+6
*
i965: Make rasterization of single and multiple quad prims match.
Eric Anholt
2010-05-17
1
-0
/
+6
*
i965: Remove the half-baked code for multiple OQs at the same time.
Eric Anholt
2010-05-16
3
-21
/
+13
*
i965: Remove unused occlusion query struct field.
Eric Anholt
2010-05-16
1
-3
/
+0
*
r300/compiler: fix peephole optimizer
Tom Stellard
2010-05-16
1
-1
/
+14
*
r300/compiler: Implement simple peephole optimizer
Nicolai Hähnle
2010-05-16
8
-47
/
+308
*
r300/compiler: silence a warning
Marek Olšák
2010-05-15
1
-1
/
+1
*
i965: Set the correct provoking vertex for clipped first-mode trifans.
Eric Anholt
2010-05-14
1
-3
/
+17
*
i965: Add program dumping for INTEL_DEBUG=gs.
Eric Anholt
2010-05-14
3
-2
/
+12
*
i965: Parse the ff_sync URB send opcode on Ironlake disasm.
Eric Anholt
2010-05-14
1
-1
/
+15
*
i965: Use R16G16B16A16_FLOAT for 3-component half-float.
Eric Anholt
2010-05-14
1
-1
/
+1
*
i965: Dump out the correct shared function for SEND on Ironlake.
Eric Anholt
2010-05-14
6
-8
/
+17
*
i965: Support INTEL_DEBUG=clip to dump the clip program.
Eric Anholt
2010-05-14
5
-2
/
+13
*
intel: Handle arbitrary compressed formats in intel_compressed_num_bytes.
Eric Anholt
2010-05-14
1
-19
/
+8
*
i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.
Eric Anholt
2010-05-13
1
-11
/
+20
*
intel: Don't update window system renderbuffers on TexImage.
Eric Anholt
2010-05-13
2
-3
/
+5
*
mesa: Remove _mesa_pow(), which is always just pow().
Eric Anholt
2010-05-13
1
-4
/
+4
*
intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidate
Kristian Høgsberg
2010-05-11
1
-1
/
+3
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
7
-10
/
+15
*
mesa: more transform feedback infrastructure
Brian Paul
2010-05-10
1
-0
/
+7
*
intel: Also flush front buffer in glFinish()
Kristian Høgsberg
2010-05-10
1
-0
/
+1
*
i915: Drop intelFlush().
Vinson Lee
2010-05-10
1
-1
/
+1
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
12
-26
/
+19
*
intel: Only flush fake front buffer on API level glFlush()
Kristian Høgsberg
2010-05-10
1
-17
/
+29
*
intel: Don't mark front buffer dirty if we're only reading
Kristian Høgsberg
2010-05-10
1
-1
/
+12
*
intel: Mark frontbuffer dirty in intel_prepare_render()
Kristian Høgsberg
2010-05-10
1
-9
/
+8
*
osmesa: use unsigned 16-bit/channel format
Brian Paul
2010-05-09
1
-1
/
+1
*
r300g: respect compare mode regardless of sampler type
Marek Olšák
2010-05-08
2
-1
/
+8
*
r300/compiler: fake equal/notequal for shadow samplers
Marek Olšák
2010-05-08
1
-0
/
+7
*
r300/compiler: use perspective division only for TXP in shadow samplers
Marek Olšák
2010-05-08
1
-23
/
+36
*
r300/compiler: make shadow sampler codegen more readable, add comments
Marek Olšák
2010-05-08
1
-16
/
+28
*
r300/compiler: shorten RC_*SWIZZLE* expressions
Marek Olšák
2010-05-08
4
-4
/
+5
*
r300/compiler: generalize depth texture mode to support arbitrary swizzles
Marek Olšák
2010-05-08
3
-11
/
+7
*
r300/compiler: fix LIT instruction case 0^0 = 1
Marek Olšák
2010-05-08
1
-0
/
+24
[next]