summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-11glsl/glcp: Rename all token names to have a _TOK suffixglcpp-illegal-charactersCarl Worth7-250/+251
2014-08-11glsl/glcpp: Expand define-macro-no-space test to include a '#' as wellCarl Worth2-0/+5
2014-08-11glsl/glcpp: Add testing to ensure illegal characters generate errorsCarl Worth2-0/+264
2014-08-11glsl/glcpp: Emit an error for any illegal GLSL character.Carl Worth2-28/+29
2014-08-11glsl/glcpp: Remove illegal characters from testsCarl Worth6-6/+6
2014-08-11glsl/glcpp: Exhaustively test all legal characters in GLSLCarl Worth2-0/+155
2014-08-11glsl/glcpp: Allow vertical tab and form feed characters in GLSLCarl Worth1-1/+1
2014-08-11glsl/glcpp: Add testing for no space between macro name and replacement listCarl Worth2-0/+116
2014-08-11docs/GL3: Mark ARB_copy_image as implemented on i965Jason Ekstrand1-1/+1
2014-08-11i965: Add support for ARB_copy_imageJason Ekstrand5-0/+272
2014-08-11mesa/meta: Add a partial implementation of CopyImageSubDataJason Ekstrand3-0/+208
2014-08-11mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer targetJason Ekstrand3-19/+25
2014-08-11mesa: Add GL API support for ARB_copy_imageJason Ekstrand13-21/+477
2014-08-11i965/fs: Keep track of the register that hold delta_x/delta_y.Matt Turner1-0/+14
2014-08-11i965: Mark branch unreachable in sampler state code.Matt Turner1-1/+1
2014-08-11mesa: simplify _mesa_update_draw_buffers()Brian Paul1-7/+2
2014-08-11mesa: fix assertion in _mesa_drawbuffers()Brian Paul1-2/+3
2014-08-11mesa: whitespace, 80-column wrapping in program.cBrian Paul1-8/+11
2014-08-11mesa: simplify/rename _mesa_init_program_struct()Brian Paul1-34/+35
2014-08-11st/mesa: use PRId64 for printing 64-bit intsBrian Paul1-1/+4
2014-08-11mesa: use PRId64 for printing 64-bit intsBrian Paul2-21/+25
2014-08-11mesa: define and use ALL_TYPE_BITS in varray.c codeBrian Paul1-16/+17
2014-08-11mesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLANE0 in enable.cBrian Paul1-2/+2
2014-08-11configure.ac: Do not require llvm on x32Maarten Lankhorst1-0/+1
2014-08-11i965: Don't check for format differences when using the blorp blitterNeil Roberts1-54/+12
2014-08-10i965/eu: Allow math on immediates on Broadwell.Kenneth Graunke1-3/+6
2014-08-10i965/eu: Update jump distance scaling for Broadwell.Kenneth Graunke1-0/+4
2014-08-10i965/eu: Refactor jump distance scaling to use a helper function.Kenneth Graunke3-17/+32
2014-08-10i965/eu: Set UIP on ELSE instructions on Broadwell.Kenneth Graunke1-0/+6
2014-08-10i965/eu: Make it clear that brw_patch_break_count only runs on Gen4-5.Kenneth Graunke1-0/+2
2014-08-10i965/eu: Make it clear that brw_find_loop_end only runs on Gen6+.Kenneth Graunke1-0/+2
2014-08-10i965/eu: Port Broadwell CMP destination type hack to brw_eu_emit.c.Kenneth Graunke1-0/+8
2014-08-10i965/eu: Explicitly disable instruction compaction on Broadwell for now.Kenneth Graunke1-1/+1
2014-08-10i965/eu: Use Haswell atomic messages on Broadwell.Kenneth Graunke1-2/+2
2014-08-10i965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu_emit.c cases.Kenneth Graunke1-2/+2
2014-08-10i965/clip: Removing scissor atomBen Widawsky1-2/+2
2014-08-10i965/guardband: Enable for all viewport dimensions (GEN8+)Ben Widawsky1-10/+20
2014-08-10i965: Simplify viewport extents programming on GEN8Ben Widawsky1-9/+15
2014-08-10i965/guardband: Improve comments for guardband clippingBen Widawsky1-4/+18
2014-08-10i965: Support the allow_glsl_extension_directive_midshader option.Kenneth Graunke2-0/+4
2014-08-10i965/fs: set virtual_grf_count in assign_regs()Connor Abbott1-0/+4
2014-08-10i965/fs: don't read from uninitialized memory while assigning registersConnor Abbott1-6/+6
2014-08-10i965/fs: Fix bad whitespace.Matt Turner1-2/+2
2014-08-10gallium/radeon: Set gpu_address to 0 if r600_virtual_address is falseNiels Ole Salscheider1-0/+2
2014-08-10radeonsi: simplify constant buffer upload for big endianMarek Olšák1-18/+4
2014-08-09winsys/radeon: fix compile warningsMarek Olšák1-3/+4
2014-08-09r600g/compute: fix compile warningsMarek Olšák2-10/+11
2014-08-09r300g: handle new shader capsMarek Olšák1-0/+2
2014-08-09radeonsi: fix CMASK and HTILE allocation on TahitiMarek Olšák2-3/+56
2014-08-09gallium/radeon: remove r600_resource_vaMarek Olšák1-9/+0