summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glx/dri2: set the implemented version of __DRIdri2LoaderExtensionEmil Velikov2014-02-231-8/+10
* dri_util: explicitly set __DRIcopySubBufferExtension membersEmil Velikov2014-02-231-2/+3
* dri_util: explicitly set __DRIswrastExtension members.Emil Velikov2014-02-231-6/+7
* glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi.Kenneth Graunke2014-02-221-1/+1
* i965: Move the remaining driver debug over to stderr.Eric Anholt2014-02-2212-63/+66
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-2224-248/+258
* glsl: Add a file argument to the IR printer.Eric Anholt2014-02-2211-118/+127
* i965: Refactor debug dumping of GLSL IR.Eric Anholt2014-02-225-27/+29
* intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt2014-02-222-8/+0
* i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output.Eric Anholt2014-02-224-4/+10
* i965: Use the object label when available for shader_time output.Eric Anholt2014-02-221-5/+8
* meta: Set some object labels on our meta shaders.Eric Anholt2014-02-222-0/+14
* nv50: make sure to clear _all_ layers of all attachmentsIlia Mirkin2014-02-223-3/+21
* ilo: fix and enable fast depth clearChia-I Wu2014-02-222-9/+38
* ilo: add slice clear valueChia-I Wu2014-02-225-7/+78
* ilo: better readability and doc for texture flagsChia-I Wu2014-02-223-36/+58
* ilo: fix for stencil only rectlist opsChia-I Wu2014-02-222-2/+8
* ilo: fix a false assertion failure on GEN6Chia-I Wu2014-02-221-4/+12
* ilo: pipe_texture::usage is not a bitfieldChia-I Wu2014-02-221-1/+1
* ilo: set ILO_TEXTURE_CPU_WRITE for imported texturesChia-I Wu2014-02-221-3/+10
* nv50/ir/ra: fix SpillCodeInserter::offsetSlot usageChristoph Bumiller2014-02-221-7/+7
* Revert "i965/fs: Make fs_reg's type an enum for better debugging."Matt Turner2014-02-214-7/+6
* i965/fs: Drop the emit(fs_inst) overload.Kenneth Graunke2014-02-213-25/+17
* i965/fs: Pass fs_regs by constant reference where possible.Matt Turner2014-02-213-14/+19
* i965/fs: Move setting opcode = NOP to its one useful location.Matt Turner2014-02-211-1/+1
* i965/fs: Use a bitfield for fs_inst's bool fields.Matt Turner2014-02-211-7/+7
* i965/fs: Reorder fs_inst's fields for better packing.Matt Turner2014-02-211-9/+11
* i965/fs: Reduce the sizes of some fs_inst members.Matt Turner2014-02-211-6/+6
* i965/fs: Reorder fs_reg for better packing.Matt Turner2014-02-211-15/+15
* i965/fs: Make fs_reg's type an enum for better debugging.Matt Turner2014-02-214-6/+7
* i965/fs: Reduce the sizes of some fs_reg members.Matt Turner2014-02-211-3/+3
* i965: Mark brw_reg_type and register_file enums as PACKED.Matt Turner2014-02-212-2/+4
* i965: Reduce predicate field of backend_instruction to uint8_t.Matt Turner2014-02-211-1/+1
* libgl-xlib: Fix xlib_sw_winsys.h include path.Vinson Lee2014-02-211-1/+1
* mesa: Move declarations before code.Vinson Lee2014-02-211-4/+9
* pipe-loader: introduce pipe_loader_sw_probe_null helper functionEmil Velikov2014-02-222-0/+31
* pipe-loader: introduce pipe_loader_sw_probe_dri helperEmil Velikov2014-02-223-0/+37
* pipe-loader: introduce pipe_loader_sw_probe_xlib helperEmil Velikov2014-02-223-3/+45
* pipe-loader: use bool type for pipe_loader_drm_probe_fd()Emil Velikov2014-02-222-5/+5
* winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2014-02-2210-15/+21
* pipe-loader: handle memory allocation failureEmil Velikov2014-02-222-0/+4
* pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is de...Emil Velikov2014-02-221-1/+1
* pipe-loader: destroy sw_winsys on sw_releaseEmil Velikov2014-02-221-0/+3
* vl/winsys_dri: cleanup vl_screen_create error pathEmil Velikov2014-02-221-13/+19
* targets/pipe-loader: link pipe-nouveau against libdrmEmil Velikov2014-02-221-0/+1
* meta: Eliminate samplers[] array in favor of using vec4_prefix.Kenneth Graunke2014-02-211-10/+2
* i965: Delete the fabulous target_to_target() function.Kenneth Graunke2014-02-211-19/+2
* i965: Fix S8 and X8 reversal in brw_depthbuffer_format refactor.Kenneth Graunke2014-02-211-3/+3
* mesa: Move declarations before code.Vinson Lee2014-02-211-27/+20
* mesa/sso: Change CreateShaderProgramv return type from uint to GLuint.Vinson Lee2014-02-211-1/+1