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
*
i965/fs: Add helper functions for IF and CMP and use them.
Eric Anholt
2012-11-20
4
-85
/
+90
*
i965/fs: Add helper functions for generating ALU ops, like in the VS.
Eric Anholt
2012-11-20
4
-209
/
+241
*
i965/gen4: Fix crash with fragment programs and texture rectangle.
Eric Anholt
2012-11-19
1
-1
/
+1
*
i965: Disable the GB clip test when a limited viewport is set.
Eric Anholt
2012-11-19
2
-3
/
+19
*
i965: Use fewer temporary variables in clip setup.
Eric Anholt
2012-11-19
2
-28
/
+18
*
Revert "i965/fs: Fix conversions float->bool, int->bool"
Eric Anholt
2012-11-19
1
-7
/
+7
*
i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edc
Eric Anholt
2012-11-19
1
-24
/
+11
*
intel: Use designated initializers for DRI extension structs
Chad Versace
2012-11-19
1
-16
/
+20
*
dri: Use designated initializers for DRI extension structs
Chad Versace
2012-11-19
1
-27
/
+30
*
i965: Use the separate stencil buffer's offsets for stencil setup.
Eric Anholt
2012-11-19
1
-15
/
+38
*
i965: Move all the depth/stencil/hiz offset logic into the workaround.
Eric Anholt
2012-11-19
3
-187
/
+139
*
i965: When rebasing depth or stencil, update x/y before deciding the other.
Eric Anholt
2012-11-19
1
-13
/
+36
*
intel: Push face/level -> slice handling to the caller of get_image_offset().
Eric Anholt
2012-11-19
10
-44
/
+26
*
i965: Add some checks for array textures in unsupported paths.
Eric Anholt
2012-11-19
3
-0
/
+14
*
i965: Add a little bit more debug info for validate blits.
Eric Anholt
2012-11-19
1
-1
/
+3
*
intel: Remove dead function prototype.
Eric Anholt
2012-11-19
1
-5
/
+0
*
i965: Remove stale comment about wrapped_depth.
Eric Anholt
2012-11-19
1
-14
/
+0
*
i965/vs: Don't lose attribute type when converting ATTR to FIXED_HW_REG.
Kenneth Graunke
2012-11-19
1
-0
/
+1
*
i965: Validate requested GLES context version in brwCreateContext
Chad Versace
2012-11-19
1
-33
/
+25
*
i965/fs: Properly patch special values during VGRF compaction.
Kenneth Graunke
2012-11-17
1
-0
/
+27
*
i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.
Eric Anholt
2012-11-17
1
-3
/
+4
*
intel: Use core mesa support for determining lastLevel.
Eric Anholt
2012-11-17
1
-3
/
+3
*
i965/fs: Unify the param pointer allocation for FP/non-FP.
Eric Anholt
2012-11-17
1
-13
/
+7
*
Remove OpenVMS support
Matt Turner
2012-11-16
9
-165
/
+0
*
i965/fs: Don't calculate_live_intervals() in opt_algebraic().
Kenneth Graunke
2012-11-15
1
-2
/
+0
*
i965: Remove duplicate brw_opcodes table in favor of opcode_descs.
Kenneth Graunke
2012-11-15
4
-65
/
+4
*
i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.
Kenneth Graunke
2012-11-15
1
-2
/
+0
*
i965/fs: Remove bblock field of fs_visitor.
Kenneth Graunke
2012-11-15
1
-2
/
+0
*
i965: Remove brw_instruction_info::is_arith().
Kenneth Graunke
2012-11-15
2
-20
/
+19
*
i965: Remove some dead code optimization passes.
Kenneth Graunke
2012-11-15
1
-544
/
+0
*
i965: Remove unused BRW_PACKCOLOR8888 macro.
Kenneth Graunke
2012-11-15
1
-4
/
+0
*
i965: Remove brw_shader_program wrapper struct.
Kenneth Graunke
2012-11-15
2
-9
/
+4
*
i965: Remove unused struct brw_vs_ouput_sizes.
Kenneth Graunke
2012-11-15
1
-8
/
+0
*
i965/vs: Fix user clip plane setup on Gen4-5.
Kenneth Graunke
2012-11-13
1
-4
/
+3
*
i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().
Kenneth Graunke
2012-11-13
1
-8
/
+2
*
i965/vs: Split setup_uniform_clipplane_values() into Gen4-5/6-7 parts.
Kenneth Graunke
2012-11-13
1
-21
/
+39
*
automake: Merge per-type *_FILES variables in intel drivers.
Eric Anholt
2012-11-12
5
-43
/
+33
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-12
2
-4
/
+4
*
i965: Add comments for each of the surface state table's columns.
Kenneth Graunke
2012-11-12
1
-0
/
+11
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-133
/
+133
*
i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
Kenneth Graunke
2012-11-10
1
-3
/
+1
*
dri_util: Fix prologue comment for driCreateConfigs
Ian Romanick
2012-11-09
1
-17
/
+5
*
swrast: swrastFillInModes doesn't do 8-bit modes, so don't try
Ian Romanick
2012-11-09
1
-3
/
+1
*
i965: Fix slow leak of brw->wm.compile_data->store
Eric Anholt
2012-11-08
3
-20
/
+6
*
i965/fs: Add support for global copy propagation.
Eric Anholt
2012-11-08
2
-20
/
+199
*
i965: Fix assertion in brw_alu3.
Vinson Lee
2012-11-07
1
-1
/
+1
*
meta: Remove redundant code in _mesa_meta_GenerateMipmap
Anuj Phogat
2012-11-05
1
-61
/
+4
*
i965: Fix oversized initial allocation of the state cache table pointers.
Vandrus Zoltán
2012-11-04
1
-1
/
+1
*
i965: Force border color A to 1 when it's not present in the GL format.
Eric Anholt
2012-11-04
1
-0
/
+7
*
i965: Fix uploading user vertex arrays with basevertex set.
Eric Anholt
2012-11-04
3
-2
/
+7
[next]