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
/
brw_fs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Do more register coalescing by using the interference graph.
Eric Anholt
2012-05-17
1
-0
/
+61
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
1
-0
/
+1
*
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
2012-05-14
1
-0
/
+1
*
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
2012-05-14
1
-1
/
+1
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-1
/
+2
*
i965: Move the old live interval analysis code next to the new live vars code.
Eric Anholt
2012-04-19
1
-122
/
+0
*
i965/fs: Try to avoid generating extra MOVs to do saturates.
Eric Anholt
2012-04-11
1
-0
/
+29
*
i965: handle gl_PointCoord for Gen4 and Gen5 platforms
Yuanhan Liu
2012-03-07
1
-0
/
+9
*
i965: Report the failure message when failing to compile the fragment shader.
Eric Anholt
2012-02-14
1
-0
/
+3
*
intel: Comment typo fix.
Eric Anholt
2012-01-27
1
-1
/
+1
*
i965/fs: Fix projector==1.0 optimization pre-gen6.
Eric Anholt
2012-01-09
1
-7
/
+3
*
i965/fs: Allow constant propagation into IF with embedded compare.
Eric Anholt
2011-12-29
1
-0
/
+1
*
i965/fs: Factor out texturing related data from brw_wm_prog_key.
Kenneth Graunke
2011-12-19
1
-2
/
+2
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
1
-5
/
+5
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
1
-3
/
+5
*
i965: Fix constant propagation into 32-bit integer MUL.
Paul Berry
2011-11-03
1
-1
/
+8
*
i965: Fix flat integral varyings.
Paul Berry
2011-10-31
1
-2
/
+2
*
i965/gen6+: Add support for noperspective interpolation.
Paul Berry
2011-10-27
1
-3
/
+6
*
i965/fs: use determine_interpolation_mode().
Paul Berry
2011-10-27
1
-4
/
+4
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
1
-7
/
+18
*
i965/fs: Fix split_virtual_grfs() when delta_xy not in a virtual register.
Paul Berry
2011-10-27
1
-1
/
+1
*
i965/fs: Fix comparisions with uint negation.
Eric Anholt
2011-10-20
1
-0
/
+13
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
i965: Fix computation of abs(-x) in FS
Paul Berry
2011-10-11
1
-1
/
+4
*
mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgram
Ian Romanick
2011-10-07
1
-3
/
+5
*
i965: silence unused var warnings in non-debug builds
Brian Paul
2011-10-07
1
-0
/
+1
*
i965: Reverse the operands for INT DIV prior to Gen6.
Kenneth Graunke
2011-10-02
1
-2
/
+15
*
i965/fs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-2
/
+14
*
i965/fs: Implement texelFetch() on Ironlake and Sandybridge.
Kenneth Graunke
2011-09-19
1
-0
/
+1
*
i965: add casts to silence int/enum conversion warnings
Brian Paul
2011-09-06
1
-2
/
+2
*
mesa: put _mesa_ prefix on vert_result_to_frag_attrib()
Brian Paul
2011-09-06
1
-2
/
+2
*
Refactor code that converts between gl_vert_result and gl_frag_attrib.
Paul Berry
2011-09-06
1
-14
/
+2
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-2
/
+2
*
i965/fs: Implement textureSize (TXS) on Gen5+.
Kenneth Graunke
2011-08-23
1
-0
/
+1
*
i965/fs: Don't double-convert integer/boolean uniforms.
Kenneth Graunke
2011-08-19
1
-16
/
+20
*
i965/vs: Run the shader backend at link time and return compile failures.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
Eric Anholt
2011-08-16
1
-17
/
+17
*
i965: Create a shared enum for hardware and compiler-internal opcodes.
Eric Anholt
2011-08-16
1
-2
/
+9
*
i965: Drop the reg/hw_reg distinction.
Eric Anholt
2011-08-10
1
-17
/
+17
*
i965/fs: Eliminate the magic nature of virtual GRF 0.
Eric Anholt
2011-08-10
1
-6
/
+3
*
i965/fs: Don't upload unused uniform components.
Eric Anholt
2011-08-05
1
-3
/
+86
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
1
-1
/
+1
|
\
|
*
r200, r600c, i965: fix build
Bryan Cain
2011-08-01
1
-1
/
+1
*
|
i965/fs: Allow register coalescing where the source is a uniform.
Eric Anholt
2011-07-29
1
-10
/
+14
*
|
i965/fs: Optimize a * 1.0 -> a.
Eric Anholt
2011-07-29
1
-0
/
+43
*
|
i965/fs: If we see a RCP of a constant, try to constant fold it.
Eric Anholt
2011-07-29
1
-0
/
+14
*
|
i965/fs: Port texture projection avoidance optimization from the old backend.
Eric Anholt
2011-07-29
1
-3
/
+15
*
|
i965/fs: Stop using the exec_list iterator.
Eric Anholt
2011-07-29
1
-37
/
+33
*
|
i965/fs: Add support for TXD with shadow comparisons.
Kenneth Graunke
2011-06-18
1
-0
/
+3
*
|
i965/fs: Check for compilation failure and bail before optimizing.
Kenneth Graunke
2011-06-18
1
-0
/
+2
[next]