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
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().
Eric Anholt
2013-05-06
1
-43
/
+41
*
i965: Move blorp resolve setup into brw_blorp_blit_miptrees().
Eric Anholt
2013-05-06
1
-7
/
+5
*
i965: Lower bitfieldInsert.
Matt Turner
2013-05-06
1
-0
/
+4
*
i965/vs: Add support for bit instructions.
Matt Turner
2013-05-06
4
-1
/
+106
*
i965/fs: Add support for bit instructions.
Matt Turner
2013-05-06
5
-0
/
+142
*
i965: Add support for emitting and disassembling bit instructions.
Matt Turner
2013-05-06
4
-0
/
+28
*
i965: Print the correct dst and shared-src types for 3-src instructions.
Matt Turner
2013-05-06
1
-4
/
+22
*
i965/gen7: Set src/dst types for 3-src instructions.
Matt Turner
2013-05-06
1
-4
/
+36
*
i965: Add 3-src destination and shared-source type macros.
Matt Turner
2013-05-06
1
-0
/
+11
*
i965: Add Gen7+ fields to brw_instruction and add comments.
Matt Turner
2013-05-06
1
-12
/
+19
*
i965: Enable fast clears on non-8x4-aligned sizes.
Eric Anholt
2013-05-03
1
-13
/
+0
*
i965/vs: Add instruction scheduling.
Eric Anholt
2013-05-02
3
-0
/
+229
*
i965: Move most of the FS instruction scheduler code to a general class.
Eric Anholt
2013-05-02
1
-49
/
+75
*
i965: Pull a couple of FS scheduling functions out to methods.
Eric Anholt
2013-05-02
1
-55
/
+77
*
i965: Move FS instruction scheduling to a non-FS-specific file.
Eric Anholt
2013-05-02
2
-1
/
+1
*
i965: Share the register file enum between the two backends.
Eric Anholt
2013-05-02
7
-34
/
+24
*
i965: Make dump_instructions be a virtual method of the visitor.
Eric Anholt
2013-05-02
6
-28
/
+22
*
i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.
Eric Anholt
2013-05-02
1
-0
/
+4
*
i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.
Eric Anholt
2013-05-02
1
-0
/
+35
*
intel: use automake conditionals for defining FEATURE_{ES1,ES2}
Andreas Boll
2013-05-01
1
-1
/
+10
*
i965/vs: Fix textureGrad() with shadow samplers on Haswell.
Kenneth Graunke
2013-05-01
1
-2
/
+8
*
i965: Lower textureGrad() for samplerCubeShadow.
Kenneth Graunke
2013-05-01
3
-6
/
+27
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
8
-14
/
+344
*
mesa: Make a Mesa core function for sRGB render encoding handling.
Eric Anholt
2013-04-30
2
-41
/
+15
*
i965: Don't flush the batch at the end of blorp.
Eric Anholt
2013-04-30
3
-18
/
+19
*
intel: Remove the last spans code!
Eric Anholt
2013-04-30
2
-4
/
+0
*
i965/fs: Print out the estimated cycle count in INTEL_DEBUG=wm
Eric Anholt
2013-04-29
1
-0
/
+5
*
i965/fs: Allow LRPs with uniform registers.
Eric Anholt
2013-04-29
3
-1
/
+11
*
i965: Disable Z16 on contexts that don't require it.
Eric Anholt
2013-04-29
1
-1
/
+14
*
intel: Fold the one last function intel_tex_format.c into the caller.
Eric Anholt
2013-04-29
2
-2
/
+0
*
i965: Move is_math/is_tex/is_control_flow() to backend_instruction.
Kenneth Graunke
2013-04-29
6
-76
/
+49
*
i965/fs: Don't try to use bogus interpolation modes pre-Gen6.
Chris Forbes
2013-04-30
1
-9
/
+17
*
i965/vs: Fix order of source arguments to LRP.
Matt Turner
2013-04-28
1
-1
/
+4
*
i965/vs: Add support for LRP instruction.
Matt Turner
2013-04-25
5
-3
/
+22
*
i965/vs: Add a function to fix-up uniform arguments for 3-src insts.
Matt Turner
2013-04-25
2
-0
/
+25
*
i965: Avoid recompiles for fragment clamping on non-clamping APIs.
Eric Anholt
2013-04-25
2
-2
/
+2
*
i965: report correct sample positions
Chris Forbes
2013-04-25
1
-4
/
+4
*
i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFER
Chia-I Wu
2013-04-24
1
-6
/
+10
*
i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
Chia-I Wu
2013-04-24
1
-3
/
+14
*
i965: fix SURFACE_STATE dumping
Chia-I Wu
2013-04-24
1
-4
/
+4
*
i965: Remove strange comments about math functions.
Matt Turner
2013-04-24
1
-3
/
+3
*
i965: Remove traces of nonexistent TAN math function.
Matt Turner
2013-04-24
2
-2
/
+1
*
mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions
Marek Olšák
2013-04-24
5
-5
/
+10
*
mesa: remove _NEW_PACKUNPACK
Marek Olšák
2013-04-24
1
-1
/
+0
*
mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
Marek Olšák
2013-04-24
5
-8
/
+12
*
mesa,i965: use NewDriverState to communicate TFB state changes with the driver
Marek Olšák
2013-04-24
6
-14
/
+22
*
i965/fs: Don't save value returned by emit() if it's not used.
Matt Turner
2013-04-22
1
-11
/
+11
*
i965: Fix a mistake in the comments for software counters.
Kenneth Graunke
2013-04-22
1
-2
/
+2
*
i965: Apply CMP NULL {Switch} work-around to other Gen7s.
Matt Turner
2013-04-22
1
-1
/
+4
*
mesa: Introduce a globally-available minify() macro.
Eric Anholt
2013-04-21
1
-4
/
+4
[prev]
[next]