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
*
glx/dri2: add and use new driver hook flush_with_flags
Marek Olšák
2012-12-02
3
-3
/
+3
*
radeon: Fix memory leak in radeonCreateScreen2.
Vinson Lee
2012-11-30
1
-1
/
+3
*
nouveau: Fix build.
Brian Paul
2012-11-30
1
-1
/
+1
*
i965/fs: Add fs_reg::is_zero() and is_one(); use for opt_algebraic().
Kenneth Graunke
2012-11-30
2
-7
/
+24
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
7
-13
/
+13
*
i965/fp: Fix segfault on gen4 TXB instructions.
Eric Anholt
2012-11-29
1
-0
/
+2
*
mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage
Anuj Phogat
2012-11-29
1
-3
/
+14
*
Revert "meta: Don't try to glOrtho when the draw buffer isn't initialized."
Kenneth Graunke
2012-11-29
1
-5
/
+3
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
14
-33
/
+33
*
i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.
Kenneth Graunke
2012-11-28
3
-4
/
+3
*
i965/vs: Split final assembly code generation out of vec4_visitor.
Kenneth Graunke
2012-11-28
4
-53
/
+106
*
i965/vs: Abort on unsupported opcodes rather than failing.
Kenneth Graunke
2012-11-28
1
-3
/
+4
*
i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.
Kenneth Graunke
2012-11-28
3
-14
/
+19
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
5
-8
/
+12
*
i965/vs: Pass the brw_context pointer into brw_compute_vue_map().
Kenneth Graunke
2012-11-28
1
-3
/
+2
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
5
-9
/
+14
*
i965/vs: Move some functions from brw_vec4_emit.cpp to brw_vec4.cpp.
Kenneth Graunke
2012-11-28
2
-263
/
+265
*
meta: Don't try to glOrtho when the draw buffer isn't initialized.
Kenneth Graunke
2012-11-28
1
-3
/
+5
*
i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.
Eric Anholt
2012-11-28
1
-1
/
+3
*
i965/fs: Don't generate saturates over existing variable values.
Eric Anholt
2012-11-28
1
-0
/
+1
*
i965/fs: Add some minimal backend-IR dumping.
Eric Anholt
2012-11-28
2
-0
/
+92
*
i965/fs: Move struct brw_compile (p) entirely inside fs_generator.
Kenneth Graunke
2012-11-26
6
-6
/
+4
*
i965/fs: Split final assembly code generation out of fs_visitor.
Kenneth Graunke
2012-11-26
3
-78
/
+156
*
i965/fs: Abort on unsupported opcodes rather than failing.
Kenneth Graunke
2012-11-26
1
-1
/
+1
*
i965: Make it possible to create a cfg_t without a backend_visitor.
Kenneth Graunke
2012-11-26
2
-3
/
+18
*
i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.
Kenneth Graunke
2012-11-26
3
-14
/
+20
*
i965/fs: Pass the brw_context pointer into fs_visitor explicitly.
Kenneth Graunke
2012-11-26
3
-5
/
+7
*
i965/fs: Move brw_wm_compile::fp to fs_visitor.
Kenneth Graunke
2012-11-26
8
-17
/
+19
*
i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor.
Kenneth Graunke
2012-11-26
3
-5
/
+8
*
i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.
Kenneth Graunke
2012-11-26
9
-66
/
+64
*
i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().
Kenneth Graunke
2012-11-26
5
-85
/
+82
*
i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()
Kenneth Graunke
2012-11-26
4
-68
/
+63
*
i965/fs: Remove brw_wm_compile::computes_depth field.
Kenneth Graunke
2012-11-26
4
-6
/
+1
*
i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.
Chris Forbes
2012-11-26
1
-0
/
+1
*
i965: emit w/a for packed attribute formats in VS
Chris Forbes
2012-11-26
3
-13
/
+126
*
i965: set attribute w/a bits for packed formats
Chris Forbes
2012-11-26
1
-4
/
+26
*
i965: Generalize GL_FIXED VS w/a support
Chris Forbes
2012-11-26
3
-14
/
+26
*
i965: support 2_10_10_10 formats in get_surface_type.
Chris Forbes
2012-11-26
1
-1
/
+19
*
i965: implement get_size for 2_10_10_10 formats
Chris Forbes
2012-11-26
1
-0
/
+5
*
i965/vs: add support for emitting SHL, SHR, ASR
Chris Forbes
2012-11-26
2
-4
/
+10
*
i965: Fix hangs with FP KIL instructions pre-gen6.
Eric Anholt
2012-11-25
1
-0
/
+2
*
i965/gen4: Fix memory leak each time compile_gs_prog() is called.
Eric Anholt
2012-11-25
1
-1
/
+1
*
i965/gen4: Fix LOD bias texturing since my fixed reg classes change.
Eric Anholt
2012-11-25
1
-10
/
+18
*
scons: Append x11 library path if linking x11 library.
Vinson Lee
2012-11-21
1
-0
/
+1
*
i915: Fix wrong sizeof argument in i915_update_tex_unit.
Vinson Lee
2012-11-21
1
-1
/
+1
*
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
[next]