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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: make st_init_extensions context-independent
Marek Olšák
2014-08-11
3
-192
/
+241
*
mesa: make _mesa_override_glsl_version context-independent
Marek Olšák
2014-08-11
6
-7
/
+8
*
gallium/stapi: move setting GL versions to the state tracker
Marek Olšák
2014-08-11
1
-0
/
+14
*
st/mesa: convert the ETC1 format to an uncompressed one if unsupported
Marek Olšák
2014-08-11
5
-12
/
+40
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
9
-29
/
+32
*
st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supported
Marek Olšák
2014-08-11
1
-0
/
+28
*
st/mesa: add support for ETC2 formats
Marek Olšák
2014-08-11
4
-8
/
+93
*
mesa: add helper _mesa_is_format_etc2
Marek Olšák
2014-08-11
2
-0
/
+28
*
mesa: add missing GLAPIENTRY in copyimage.c
Brian Paul
2014-08-11
1
-1
/
+1
*
i965/cse: Don't eliminate instructions with side-effects
Jason Ekstrand
2014-08-11
2
-2
/
+2
*
i965: Add support for ARB_copy_image
Jason Ekstrand
2014-08-11
5
-0
/
+272
*
mesa/meta: Add a partial implementation of CopyImageSubData
Jason Ekstrand
2014-08-11
3
-0
/
+208
*
mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer target
Jason Ekstrand
2014-08-11
3
-19
/
+25
*
mesa: Add GL API support for ARB_copy_image
Jason Ekstrand
2014-08-11
9
-20
/
+446
*
i965/fs: Keep track of the register that hold delta_x/delta_y.
Matt Turner
2014-08-11
1
-0
/
+14
*
i965: Mark branch unreachable in sampler state code.
Matt Turner
2014-08-11
1
-1
/
+1
*
mesa: simplify _mesa_update_draw_buffers()
Brian Paul
2014-08-11
1
-7
/
+2
*
mesa: fix assertion in _mesa_drawbuffers()
Brian Paul
2014-08-11
1
-2
/
+3
*
mesa: whitespace, 80-column wrapping in program.c
Brian Paul
2014-08-11
1
-8
/
+11
*
mesa: simplify/rename _mesa_init_program_struct()
Brian Paul
2014-08-11
1
-34
/
+35
*
st/mesa: use PRId64 for printing 64-bit ints
Brian Paul
2014-08-11
1
-1
/
+4
*
mesa: use PRId64 for printing 64-bit ints
Brian Paul
2014-08-11
2
-21
/
+25
*
mesa: define and use ALL_TYPE_BITS in varray.c code
Brian Paul
2014-08-11
1
-16
/
+17
*
mesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLANE0 in enable.c
Brian Paul
2014-08-11
1
-2
/
+2
*
i965: Don't check for format differences when using the blorp blitter
Neil Roberts
2014-08-11
1
-54
/
+12
*
i965/eu: Allow math on immediates on Broadwell.
Kenneth Graunke
2014-08-10
1
-3
/
+6
*
i965/eu: Update jump distance scaling for Broadwell.
Kenneth Graunke
2014-08-10
1
-0
/
+4
*
i965/eu: Refactor jump distance scaling to use a helper function.
Kenneth Graunke
2014-08-10
3
-17
/
+32
*
i965/eu: Set UIP on ELSE instructions on Broadwell.
Kenneth Graunke
2014-08-10
1
-0
/
+6
*
i965/eu: Make it clear that brw_patch_break_count only runs on Gen4-5.
Kenneth Graunke
2014-08-10
1
-0
/
+2
*
i965/eu: Make it clear that brw_find_loop_end only runs on Gen6+.
Kenneth Graunke
2014-08-10
1
-0
/
+2
*
i965/eu: Port Broadwell CMP destination type hack to brw_eu_emit.c.
Kenneth Graunke
2014-08-10
1
-0
/
+8
*
i965/eu: Explicitly disable instruction compaction on Broadwell for now.
Kenneth Graunke
2014-08-10
1
-1
/
+1
*
i965/eu: Use Haswell atomic messages on Broadwell.
Kenneth Graunke
2014-08-10
1
-2
/
+2
*
i965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu_emit.c cases.
Kenneth Graunke
2014-08-10
1
-2
/
+2
*
i965/clip: Removing scissor atom
Ben Widawsky
2014-08-10
1
-2
/
+2
*
i965/guardband: Enable for all viewport dimensions (GEN8+)
Ben Widawsky
2014-08-10
1
-10
/
+20
*
i965: Simplify viewport extents programming on GEN8
Ben Widawsky
2014-08-10
1
-9
/
+15
*
i965/guardband: Improve comments for guardband clipping
Ben Widawsky
2014-08-10
1
-4
/
+18
*
i965: Support the allow_glsl_extension_directive_midshader option.
Kenneth Graunke
2014-08-10
2
-0
/
+4
*
i965/fs: set virtual_grf_count in assign_regs()
Connor Abbott
2014-08-10
1
-0
/
+4
*
i965/fs: don't read from uninitialized memory while assigning registers
Connor Abbott
2014-08-10
1
-6
/
+6
*
i965/fs: Fix bad whitespace.
Matt Turner
2014-08-10
1
-2
/
+2
*
radeon,r200: fix buffer validation after CS flush
Marek Olšák
2014-08-09
8
-15
/
+8
*
st/mesa: fix blit-based partial TexSubImage for 1D arrays
Marek Olšák
2014-08-09
1
-0
/
+2
*
st/mesa: fix DrawPixels(GL_STENCIL_INDEX)
Marek Olšák
2014-08-09
1
-7
/
+4
*
st/mesa: dump TGSI before calling into the driver
Marek Olšák
2014-08-09
1
-12
/
+10
*
i965: Get rid of backend_instruction::sampler
Chris Forbes
2014-08-09
7
-11
/
+0
*
i965/vec4/Gen8: Use src1 for sampler_index instead of ->sampler field
Chris Forbes
2014-08-09
2
-7
/
+15
*
i965/vec4/Gen4-7: Use src1 for sampler_index instead of ->sampler field
Chris Forbes
2014-08-09
2
-8
/
+15
[next]