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
Commit message (
Expand
)
Author
Age
Files
Lines
*
NV fp parser: Add support for condition codes
Ian Romanick
2009-09-10
4
-881
/
+1183
*
ARB prog lexer: Add missing #include to silence compile warning
Ian Romanick
2009-09-10
2
-173
/
+175
*
ARB prog parser: Differentiate between used and unused names in the lexer
Ian Romanick
2009-09-10
5
-834
/
+851
*
NV fp parser: Support instruction and TEMP / OUTPUT sizes
Ian Romanick
2009-09-04
6
-1506
/
+1463
*
ARB prog parser: Add new constructor for asm_instruction
Ian Romanick
2009-09-04
3
-334
/
+400
*
NV fp parser: Add support for absolute value operator on instruction operands
Ian Romanick
2009-09-03
2
-840
/
+942
*
Enable GL_NV_fragment_program_option for software rendering
Ian Romanick
2009-09-03
2
-0
/
+4
*
NV fp parser: Support new scalar constant behavior
Ian Romanick
2009-09-03
2
-729
/
+770
*
NV fp parser: Parse TXD instruction
Ian Romanick
2009-09-01
2
-842
/
+941
*
NV fp lexer: Add new opcodes
Ian Romanick
2009-08-31
5
-1191
/
+1455
*
NV fp: Parse 'OPTION NV_fragment_program' in ARB assembly shaders
Ian Romanick
2009-08-31
2
-0
/
+12
*
NV fp: Add tracking for NV_fragment_program_option
Ian Romanick
2009-08-31
2
-0
/
+2
*
i915g: Implement new winsys
Jakob Bornecrantz
2009-09-01
16
-1036
/
+714
*
i915g: Switch from pipe_winsys to intel_winsys
Jakob Bornecrantz
2009-09-01
16
-340
/
+294
*
i915g: Add header file for new winsys interface
Jakob Bornecrantz
2009-09-01
1
-0
/
+219
*
i915g: Add new buffer code not yet hocked up
Jakob Bornecrantz
2009-09-01
4
-0
/
+169
*
st/xorg: Fix crash in MPH
Jakob Bornecrantz
2009-09-01
1
-1
/
+1
*
radeon: Fix null pointer reference in debug system if no context is bind.
Pauli Nieminen
2009-09-01
1
-3
/
+6
*
r600: Add more trace debug output to rendering pipeline.
Pauli Nieminen
2009-08-31
1
-0
/
+10
*
radeon: Add support for indenting debug output.
Pauli Nieminen
2009-08-31
5
-3
/
+67
*
radeon: Add comment warning about not choosing critical debug level.
Pauli Nieminen
2009-08-31
1
-0
/
+3
*
radeon: Change default debug level to verbose.
Pauli Nieminen
2009-08-31
1
-1
/
+1
*
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-31
10
-51
/
+66
*
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-08-31
12
-106
/
+73
*
r600: Convert to shared debug code and add a few new debug messages.
Pauli Nieminen
2009-08-31
14
-173
/
+141
*
radeon: Make OQ to use new style debugging.
Pauli Nieminen
2009-08-31
1
-11
/
+12
*
radeon: Add gcc attribute to enable pritnf format warnings.
Pauli Nieminen
2009-08-31
1
-0
/
+16
*
r100: Use shared debug code.
Pauli Nieminen
2009-08-31
24
-222
/
+125
*
radeon: Add common debugging functions.
Pauli Nieminen
2009-08-31
8
-0
/
+213
*
mesa: added const qualifiers, move local var
Brian Paul
2009-08-31
1
-7
/
+8
*
mesa: fix saturation logic in emit_texenv()
Brian Paul
2009-08-31
1
-1
/
+7
*
mesa: fix 32bit cross compilation on a 64bit machine
Marc Dietrich
2009-08-31
1
-1
/
+1
*
st/xorg: add code to render textured quads for composite acceleration
Zack Rusin
2009-08-31
3
-6
/
+78
*
st/xorg: setup constant buffers for vertex and fragment shaders
Zack Rusin
2009-08-31
1
-17
/
+57
*
st/xorg: Re-organize the EXA ModifyPixmapHeader hook a bit.
Michel Dänzer
2009-08-31
1
-40
/
+57
*
st/xorg: Simplify EXA ModifyPixmapHeader hook for pPixmap != NULL.
Michel Dänzer
2009-08-31
1
-17
/
+4
*
st/xorg: Don't always fall back for solid fills.
Michel Dänzer
2009-08-31
1
-3
/
+0
*
r600: add missing r7xx pci id
Alex Deucher
2009-08-31
2
-0
/
+2
*
i915g: Reorg texture layout code
Jakob Bornecrantz
2009-08-31
1
-196
/
+207
*
i915g: Move transfer functions into i915_texture.c
Jakob Bornecrantz
2009-08-31
2
-91
/
+93
*
i915g: Reorg texture code a bit
Jakob Bornecrantz
2009-08-31
1
-36
/
+53
*
i915g: Don't use winsys directly in the driver
Jakob Bornecrantz
2009-08-31
2
-4
/
+4
*
i915g: Cleanup i915_prim_vbuf.c
Jakob Bornecrantz
2009-08-31
1
-106
/
+97
*
i915g: Cleanup i915_screen.[c|h]
Jakob Bornecrantz
2009-08-31
2
-51
/
+34
*
i915g: Cleanup i915_context.c
Jakob Bornecrantz
2009-08-31
1
-57
/
+71
*
i915g: Cleanup i915_blit.[c|h]
Jakob Bornecrantz
2009-08-31
2
-57
/
+50
*
i915g: Cleanup i915_state_emit.c
Jakob Bornecrantz
2009-08-31
1
-77
/
+77
*
i915g: Cleanup i915_texture.c
Jakob Bornecrantz
2009-08-31
1
-18
/
+18
*
i915g: Cleanup texture init functions a bit
Jakob Bornecrantz
2009-08-31
4
-23
/
+9
*
i915g: Rename pipe field on context to base
Jakob Bornecrantz
2009-08-31
6
-54
/
+55
[next]