mesa.git
2014-11-10 Ian Romanickmesa/main: Pass the data that _mesa_uniform actually...
2014-11-10 Chia-I Wuilo: derive fb blending caps at bind time
2014-11-10 Chia-I Wuilo: remove inlined state functions
2014-11-10 Chia-I Wuilo: use top/bottom split for state functions
2014-11-09 Kenneth Graunkei965: Advertise a line width of 40.0 on Cherryview...
2014-11-09 Kenneth Graunkei965: Advertise larger line widths.
2014-11-09 Kenneth Graunkei965: Use ctx->Const.MaxLineWidth when clamping ctx...
2014-11-09 Kenneth Graunkei965: Set Line Width correctly on Cherryview and Skylake.
2014-11-08 Emil Velikovdocs: add news item and link release notes for mesa...
2014-11-08 Emil Velikovdocs: Add sha256 sums for the 10.3.3 release
2014-11-08 Emil VelikovAdd release notes for the 10.3.3 release
2014-11-08 José Fonsecautil/format: Fix clamping to 32bit integers.
2014-11-08 José Fonsecautil/format: Generate floating point constants for...
2014-11-08 Vinson Leeglsl/list: Revert unintentional file mode change in...
2014-11-07 Vinson Leeglsl/list: Move declaration before code.
2014-11-07 Jason Ekstrandglsl/list: Add an exec_list_validate function
2014-11-07 José Fonsecallvmpipe: Avoid deadlock when unloading opengl32.dll
2014-11-07 José Fonsecadocs: Update minimum required LLVM version.
2014-11-07 Emil Velikovi965: drop the custom gen8_instruction CFLAG
2014-11-07 Emil Velikovgbm/dri: cleanup memory leak on teardown
2014-11-07 Emil Velikovegl_dri2: add a note about dri2_create_screen
2014-11-07 Emil Velikovegl_dri2: fix double free on drm platforms
2014-11-07 Chia-I Wuilo: tidy up message descriptor decoding
2014-11-07 Chia-I Wuilo: decode INTERFACE_DESCRIPTOR_DATA
2014-11-07 Matt Turneri965/fs: Wire up control flow correctly in predicated...
2014-11-07 Matt Turneri965/cfg: Add functions to get first and last non-CF...
2014-11-07 Kenneth Graunkeglsl: Skip loop-too-large heuristic if indexing arrays...
2014-11-07 Kenneth Graunkeglsl: Lower constant arrays to uniform arrays.
2014-11-07 Kenneth Graunkeglsl: Add infrastructure for "hidden" uniforms.
2014-11-06 Timothy Arcerimesa: Add SSE 4.1 optimisation for glDrawElements.
2014-11-06 Matt Turneri965: Remove non-existent vertical strides from array.
2014-11-06 Matt Turneri965: Convert stride/width/execution size macros into...
2014-11-06 Matt Turneri965/fs: Remove force uncompressed stack.
2014-11-06 Matt Turneri965/fs: Use execution size of 1 for some shader_time...
2014-11-06 Matt Turneri965/fs: Use mov(4) instructions to read timestamp.
2014-11-06 Jan Veselyclover: Fix build after llvm r221375
2014-11-06 Emil Velikovegl_dri2: do not leak dri2_dpy->driver_configs
2014-11-06 Emil Velikovilo: add two missing headers to the sources list
2014-11-06 Alexandros... Releasing a surfaceless EGL context doesn't release...
2014-11-06 Chia-I Wuilo: let ilo_shader_compile_cs() return a dummy shader
2014-11-06 Chia-I Wuilo: hook up launch_grid()
2014-11-06 Chia-I Wuilo: add ilo_render_emit_launch_grid()
2014-11-06 Chia-I Wuilo: improve media command helpers
2014-11-06 Chia-I Wuilo: disassemble DP DC messages
2014-11-06 Chia-I Wuilo: disassemble TS messages
2014-11-06 Chia-I Wuilo: update genhw headers for media pipeline
2014-11-06 Chia-I Wuilo: add ilo_finalize_compute_states()
2014-11-06 Chia-I Wuilo: use a dynamic array for global bindings
2014-11-06 Chia-I Wuilo: add kernel queries for compute shaders
2014-11-06 Chia-I Wuilo: fix compute params
2014-11-06 Chia-I Wuilo: add eu_count and thread_count to ilo_dev_info
2014-11-06 Chia-I Wuilo: fix intel_bo_wait() on kernel 3.17
2014-11-05 Ian Romanickmesa: Silence unused parameter warning in check_context...
2014-11-05 Ian Romanickutil: Implement unreachable for MSVC using __assume
2014-11-05 Chris Forbesi965: Fix sampler state pointer adjustment for nonconst...
2014-11-04 Nick Sarnieilo: add drm_configuration for the pipe-target
2014-11-04 Kenneth Graunkei965: Re-enable Z16 on Gen8+.
2014-11-04 Kenneth Graunkei965: Implement the PMA stall fix.
2014-11-04 Kenneth Graunkei965: Add #defines for Broadwell HiZ workarounds in...
2014-11-04 Kenneth Graunkei965: Update compaction code to handle Skylake like...
2014-11-04 Kenneth Graunkemesa: Don't call _mesa_ClipControl from glPopAttrib...
2014-11-03 Kenneth Graunkei965: Disable fast color clears on Skylake for now.
2014-11-03 Kristian Høgsbergi965/skl: Use new MOCS for SKL
2014-11-03 Jordan Justeni965/skl: Implement workaround for VF Invalidate issue
2014-11-03 Kenneth Graunkei965/skl: Update Viewport Z Clip Test Enable bits for...
2014-11-03 Kenneth Graunkei965/skl: Emit extra zeros in 3DSTATE_DS on Skylake.
2014-11-03 Kristian Høgsbergi965/skl: Init instructions compaction tables for SKL
2014-11-03 Kristian Høgsbergi965/skl: Add fast clear resolve rect multipliers for SKL
2014-11-03 Kenneth Graunkei965/skl: Always emit 3DSTATE_BINDING_TABLE_POINTERS_...
2014-11-03 Kenneth Graunkei965/skl: Allocate 16 DWords for SURFACE_STATE on Skylake.
2014-11-03 Kenneth Graunkei965/skl: Refactor surface state allocation.
2014-11-03 Kenneth Graunkei965/skl: Emit extra zeros in STATE_BASE_ADDRESS on...
2014-11-03 Kenneth Graunkei965/skl: Update stencil reference handling for Skylake.
2014-11-03 Kenneth Graunkei965/skl: Set mask bits in PIPELINE_SELECT on Skylake.
2014-11-03 Jordan Justeni965/skl: Set max OpenGL version the same as gen7/8
2014-11-03 Damien Lespiaui965/skl: Update 3DSTATE_SBE for Skylake.
2014-11-03 Kenneth Graunkeglsl: Improve the CSE pass debugging output.
2014-11-03 Matt Turneri965/fs: Don't compute_to_mrf() on Gen >= 7.
2014-11-03 Matt Turnerglsl: Remove now useless dot optimization on basis...
2014-11-03 Matt Turnerglsl: Emit mul instead of dot if only one component...
2014-11-03 Tom Stellardclover: Fix clBuildProgram piglit regression
2014-11-03 José Fonsecagallivm: Disable frame-pointer-omission on x86 to ensur...
2014-11-03 José Fonsecagallivm: When disassemble a function, start by printing...
2014-11-03 Ben Widawskyi965/chv: Increase VS and GS thread counts
2014-11-01 Brian Paulgallium/docs: fix NRM, NRM4 docs
2014-10-31 Brian Paulsoftpipe: use the tgsi_free_tokens() function
2014-10-31 Brian Paultgsi: add a tgsi_free_tokens() function
2014-10-31 Brian Paulutil: simplify u_pstipple.c code
2014-10-31 Brian Paulutil: simplify temp register selection in u_pstipple.c
2014-10-31 Brian Paulutil: simplify util_pstipple_create_fragment_shader...
2014-10-31 Brian Paulsoftpipe: remove unused softpipe_create_fs_variant_exec...
2014-10-31 Brian Paulsoftpipe: check for SP_NEW_STIPPLE when building quad...
2014-10-31 Tom Stellardr600g: Fix build with opencl and radeonsi disabled
2014-10-31 Tom Stellardclover: Fix bug when binary programs are passed to...
2014-10-31 Tom Stellardclover: Factor input validation of clCompileProgram...
2014-10-31 Tom Stellardradeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for...
2014-10-31 Tom Stellardr600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute...
2014-10-31 Tom Stellardgallium/radeon: Add query for symbol specific config...
2014-10-30 Marek Olšákr300g: remove enabled/disabled hyperz and AA compressio...
2014-10-30 Dieter Nützelr600g: Delete unused variable 'max_global_size' in...
next