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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Fix Broadwell texture header setup to be uncompressed.
Kenneth Graunke
2014-02-11
1
-0
/
+5
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
3
-3
/
+0
*
meta: Silence unused parameter warning in _mesa_meta_CopyTexSubImage
Ian Romanick
2014-02-11
1
-0
/
+6
*
meta: Silence unused parameter warning in setup_drawpix_texture
Ian Romanick
2014-02-11
1
-6
/
+5
*
meta: Refactor common VAO and VBO initialization code
Ian Romanick
2014-02-11
1
-227
/
+99
*
meta: Track the _mesa_meta_DrawPixels VBO just like the others
Ian Romanick
2014-02-11
1
-18
/
+26
*
meta: Expand the vertex structure for the GenerateMipmap and decompress paths
Ian Romanick
2014-02-11
1
-8
/
+21
*
meta: Expand the vertex structure for the DrawPixels paths
Ian Romanick
2014-02-11
1
-10
/
+13
*
meta: Expand the vertex structure for the Clear paths
Ian Romanick
2014-02-11
1
-8
/
+9
*
meta: Expand the vertex structure for the CopyPixels paths
Ian Romanick
2014-02-11
1
-10
/
+13
*
meta: Expand the vertex structure for the BlitFramebuffer paths
Ian Romanick
2014-02-11
1
-30
/
+36
*
osmesa: drop obsolete AM_CXXFLAGS
Emil Velikov
2014-02-11
1
-2
/
+0
*
dri/nouveau: Pass the API into _mesa_initialize_context
Emil Velikov
2014-02-11
6
-10
/
+16
*
i965: Don't call abort() on an unknown device.
Kenneth Graunke
2014-02-11
2
-2
/
+4
*
i965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-4
/
+2
*
i965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-2
/
+1
*
i965: Program 2x MSAA sample positions.
Kenneth Graunke
2014-02-10
3
-4
/
+16
*
i965: Store 4x MSAA sample positions in a scalar value, not an array.
Kenneth Graunke
2014-02-10
3
-4
/
+4
*
i965: Duplicate less code in GetSamplePositions driver hook.
Kenneth Graunke
2014-02-10
1
-11
/
+12
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
19
-49
/
+49
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
1
-1
/
+5
*
i965: Label JIP and UIP in Broadwell shader disassembly.
Kenneth Graunke
2014-02-07
1
-2
/
+6
*
i965: Don't disassemble UIP field for Broadwell WHILE instructions.
Kenneth Graunke
2014-02-07
1
-2
/
+1
*
i965: Don't print source registers for Broadwell flow control.
Kenneth Graunke
2014-02-07
1
-13
/
+14
*
i965: Fix fast depth clear values on Broadwell.
Kenneth Graunke
2014-02-07
1
-1
/
+4
*
i965: Enable ARB_texture_gather for one component on Gen6.
Chris Forbes
2014-02-08
2
-1
/
+3
*
i965/vec4: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
2
-0
/
+32
*
i965/fs: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
2
-0
/
+35
*
i965: Add surface format overrides for Gen6 gather
Chris Forbes
2014-02-08
1
-5
/
+32
*
i965: Add Gen6 gather wa to sampler key
Chris Forbes
2014-02-08
2
-0
/
+32
*
i965: Add some informative debug when the X Server botches DRI2 GetBuffers.
Eric Anholt
2014-02-07
1
-1
/
+11
*
i965: Remove redundant check in blitter-based glBlitFramebuffer().
Eric Anholt
2014-02-07
1
-10
/
+0
*
i965: Fix Gen8+ disassembly of half float subregister numbers.
Kenneth Graunke
2014-02-07
1
-0
/
+1
*
i965: Use the new brw_load_register_mem helper for draw indirect.
Kenneth Graunke
2014-02-07
1
-31
/
+22
*
i965: Implement a brw_load_register_mem helper function.
Kenneth Graunke
2014-02-07
2
-0
/
+32
*
i965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.
Kenneth Graunke
2014-02-07
2
-4
/
+4
*
i965: Add missing null check in fs_visitor::dead_code_eliminate_local()
Juha-Pekka Heikkila
2014-02-07
1
-0
/
+4
*
i965/vs: Fix typo in brw_compute_vue_map
Chris Forbes
2014-02-05
1
-1
/
+1
*
i965: Fix register types in dump_instructions().
Kenneth Graunke
2014-02-05
4
-2
/
+32
*
i965/fs: Assume FBO rendering in precompile if MRT.
Chris Forbes
2014-02-06
1
-4
/
+5
*
i965/fs: Guess nr_color_regions better in precompile
Chris Forbes
2014-02-06
1
-1
/
+3
*
i965: Move intel_prepare_render() above first buffer access
Kristian Høgsberg
2014-02-05
2
-4
/
+4
*
i965/cs: Allow ARB_compute_shader to be enabled via env var.
Paul Berry
2014-02-05
2
-1
/
+13
*
i965/cs: Create the brw_compute_program struct, and the code to initialize it.
Paul Berry
2014-02-05
2
-0
/
+19
*
i965/blorp: do not use unnecessary hw-blending support
Topi Pohjolainen
2014-02-04
1
-20
/
+0
*
i965: Use brw_bo_map[_gtt]() in intel_miptree_map_raw().
Kenneth Graunke
2014-02-03
1
-8
/
+2
*
i965: Use brw_bo_map() in intel_texsubimage_tiled_memcpy().
Kenneth Graunke
2014-02-03
1
-7
/
+1
*
i965: Create drm_intel_bo_map wrappers with performance warnings.
Kenneth Graunke
2014-02-03
2
-0
/
+46
*
mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.
Kenneth Graunke
2014-02-03
2
-4
/
+4
*
mesa: Rename "struct gl_array_object" to gl_vertex_array_object.
Kenneth Graunke
2014-02-03
1
-1
/
+1
[prev]
[next]